mirror of
https://github.com/intel/compute-runtime.git
synced 2025-09-10 12:53:42 +08:00
Link tools and experimental sources to object library
Related-To: NEO-4480 Change-Id: I16da4434ec24753eabdb1bce9e38ed2e1e83ed6c Signed-off-by: Mateusz Hoppe <mateusz.hoppe@intel.com>
This commit is contained in:

committed by
sys_ocldev

parent
0f3730f5d9
commit
307a5cb822
@ -8,11 +8,11 @@ set(L0_EXPERIMENTAL_SOURCES
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/experimental.cpp
|
||||
)
|
||||
|
||||
target_include_directories(${TARGET_NAME_L0}
|
||||
target_include_directories(${L0_STATIC_LIB_NAME}
|
||||
PUBLIC
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/
|
||||
)
|
||||
target_sources(${TARGET_NAME_L0}
|
||||
target_sources(${L0_STATIC_LIB_NAME}
|
||||
PRIVATE
|
||||
${L0_EXPERIMENTAL_SOURCES}
|
||||
${CMAKE_CURRENT_SOURCE_DIR}/CMakeLists.txt
|
||||
|
Reference in New Issue
Block a user