This commit is contained in:
Jerry Jacobs 2025-06-25 13:53:37 +02:00
parent 8fbb9a4b23
commit 0f6d7a6a47
1 changed files with 4 additions and 0 deletions

View File

@ -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 "")
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_property(_subdirs DIRECTORY "${_current_dir}" PROPERTY SUBDIRECTORIES)
foreach(_subdir IN LISTS _subdirs)