Skip to content

Commit c9f610f

Browse files
committed
use NBL_ADJUST_FOLDERS with examples namespace
1 parent 971ee34 commit c9f610f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,6 @@ if(NBL_BUILD_EXAMPLES)
8484
target_include_directories(${T} PUBLIC $<TARGET_PROPERTY:${NBL_EXAMPLES_API_TARGET},INCLUDE_DIRECTORIES>)
8585
target_precompile_headers(${T} REUSE_FROM "${NBL_EXAMPLES_API_TARGET}")
8686
endforeach()
87-
endif()
87+
88+
NBL_ADJUST_FOLDERS(examples)
89+
endif()

0 commit comments

Comments
 (0)