From 0f6d7a6a47f863aa3ad5962bf760827869141a9b Mon Sep 17 00:00:00 2001 From: Jerry Jacobs Date: Wed, 25 Jun 2025 13:53:37 +0200 Subject: [PATCH] Bla bla --- CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index aaf8548..8e3b0d3 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -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)