Bla bla
This commit is contained in:
parent
8fbb9a4b23
commit
0f6d7a6a47
|
|
@ -14,6 +14,10 @@ function(get_all_project_targets _target_list_var _current_dir)
|
||||||
set(ALL_MY_PROJECT_TARGETS ${_ALL_MY_PROJECT_TARGETS} "" CACHE INTERNAL "")
|
set(ALL_MY_PROJECT_TARGETS ${_ALL_MY_PROJECT_TARGETS} "" CACHE INTERNAL "")
|
||||||
message("ALL_MY_PROJECT_TARGETS: ${ALL_MY_PROJECT_TARGETS}")
|
message("ALL_MY_PROJECT_TARGETS: ${ALL_MY_PROJECT_TARGETS}")
|
||||||
|
|
||||||
|
message("current_dir: ${_current_dir}")
|
||||||
|
get_filename_component(CURRENT_DIR_NAME "${_current_dir}" NAME)
|
||||||
|
message(" - NAME: ${CURRENT_DIR_NAME}")
|
||||||
|
|
||||||
# Get subdirectories of the current directory
|
# Get subdirectories of the current directory
|
||||||
get_property(_subdirs DIRECTORY "${_current_dir}" PROPERTY SUBDIRECTORIES)
|
get_property(_subdirs DIRECTORY "${_current_dir}" PROPERTY SUBDIRECTORIES)
|
||||||
foreach(_subdir IN LISTS _subdirs)
|
foreach(_subdir IN LISTS _subdirs)
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue