From 47eef955846f36cbaba894ca92daf0a6b93eb0b2 Mon Sep 17 00:00:00 2001 From: Mateusz Jablonski Date: Mon, 25 Oct 2021 08:02:45 +0000 Subject: [PATCH] CMake: hide subdirs Signed-off-by: Mateusz Jablonski --- opencl/source/built_ins/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/opencl/source/built_ins/CMakeLists.txt b/opencl/source/built_ins/CMakeLists.txt index 134a80410d..ffbd295362 100644 --- a/opencl/source/built_ins/CMakeLists.txt +++ b/opencl/source/built_ins/CMakeLists.txt @@ -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)