CMake: hide subdirs
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
parent
260997ccd1
commit
47eef95584
|
@ -28,6 +28,11 @@ set(RUNTIME_SRCS_BUILT_IN_KERNELS
|
||||||
|
|
||||||
target_sources(${NEO_STATIC_LIB_NAME} PRIVATE ${RUNTIME_SRCS_BUILT_IN_KERNELS})
|
target_sources(${NEO_STATIC_LIB_NAME} PRIVATE ${RUNTIME_SRCS_BUILT_IN_KERNELS})
|
||||||
|
|
||||||
|
hide_subdir(registry)
|
||||||
|
hide_subdir(kernels)
|
||||||
|
|
||||||
|
add_subdirectories()
|
||||||
|
|
||||||
if(NOT (TARGET ${BUILTINS_VME_LIB_NAME}))
|
if(NOT (TARGET ${BUILTINS_VME_LIB_NAME}))
|
||||||
add_subdirectory(registry)
|
add_subdirectory(registry)
|
||||||
if(COMPILE_BUILT_INS)
|
if(COMPILE_BUILT_INS)
|
||||||
|
|
Loading…
Reference in New Issue