Generate .cpp based on .spv builtins for Level Zero use

Change-Id: I97f3f948db865ba0ec93ff06cffb7e1f7ef5896a
Signed-off-by: Kacper Nowak <kacper.nowak@intel.com>
This commit is contained in:
Kacper Nowak
2020-05-14 14:55:08 +02:00
committed by sys_ocldev
parent 017fc3ba30
commit 950c3633f7
3 changed files with 55 additions and 1 deletions

View File

@@ -233,7 +233,7 @@ if(DEFINED AUB_STREAM_DIR)
endif()
target_sources(${TARGET_NAME_L0}
PRIVATE
$<TARGET_OBJECTS:${BUILTINS_BINARIES_LIB_NAME}>
$<TARGET_OBJECTS:${BUILTINS_SPIRV_LIB_NAME}>
)
include_directories(${CMAKE_CURRENT_SOURCE_DIR}/source/inc)