File tree Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Expand file tree Collapse file tree 3 files changed +7
-4
lines changed Original file line number Diff line number Diff line change @@ -285,4 +285,5 @@ add_subdirectory(artifacts)
285
285
option (NBL_CPACK_INCLUDE_EXAMPLES "CPack with examples and media" ON )
286
286
include (cpack/package )
287
287
include (build /info )
288
- export (TARGETS ${_NBL_3RDPARTY_TARGETS_} Nabla NAMESPACE Nabla:: APPEND FILE ${NBL_ROOT_PATH_BINARY} /NablaExport.cmake )
288
+ export (TARGETS ${_NBL_3RDPARTY_TARGETS_} Nabla NAMESPACE Nabla:: APPEND FILE ${NBL_ROOT_PATH_BINARY} /NablaExport.cmake )
289
+ NBL_ADJUST_FOLDERS (nabla )
Original file line number Diff line number Diff line change @@ -1221,9 +1221,9 @@ function(NBL_ADJUST_FOLDERS NS)
1221
1221
get_target_property (NBL_FOLDER ${T} FOLDER )
1222
1222
1223
1223
if (NBL_FOLDER )
1224
- set_target_properties (${T} PROPERTIES FOLDER "nabla/ ${NS} /${NBL_FOLDER} " )
1224
+ set_target_properties (${T} PROPERTIES FOLDER "${NS} /${NBL_FOLDER} " )
1225
1225
else ()
1226
- set_target_properties (${T} PROPERTIES FOLDER "nabla/ ${NS} " )
1226
+ set_target_properties (${T} PROPERTIES FOLDER "${NS} " )
1227
1227
endif ()
1228
1228
endforeach ()
1229
1229
endfunction ()
Original file line number Diff line number Diff line change @@ -77,4 +77,6 @@ if(NBL_BUILD_TEXT_RENDERING)
77
77
add_subdirectory (TextRendering )
78
78
endif ()
79
79
80
- propagate_changed_variables_to_parent_scope ()
80
+ propagate_changed_variables_to_parent_scope ()
81
+
82
+ NBL_ADJUST_FOLDERS (ext )
You can’t perform that action at this time.
0 commit comments