mirror of
https://github.com/intel/compute-runtime.git
synced 2025-12-18 13:54:58 +08:00
CMake: hide subdirs
Signed-off-by: Mateusz Jablonski <mateusz.jablonski@intel.com>
This commit is contained in:
committed by
Compute-Runtime-Automation
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})
|
||||
|
||||
hide_subdir(registry)
|
||||
hide_subdir(kernels)
|
||||
|
||||
add_subdirectories()
|
||||
|
||||
if(NOT (TARGET ${BUILTINS_VME_LIB_NAME}))
|
||||
add_subdirectory(registry)
|
||||
if(COMPILE_BUILT_INS)
|
||||
|
||||
Reference in New Issue
Block a user