CMake: hide subdirs

Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
Mateusz Jablonski 2021-10-25 08:02:45 +00:00 committed by Compute-Runtime-Automation
parent 260997ccd1
commit 47eef95584
1 changed files with 5 additions and 0 deletions

View File

@ -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)