diff options
Diffstat (limited to 'HAL-afb/CMakeLists.txt')
-rw-r--r-- | HAL-afb/CMakeLists.txt | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/HAL-afb/CMakeLists.txt b/HAL-afb/CMakeLists.txt index c36f530..1b8cc0e 100644 --- a/HAL-afb/CMakeLists.txt +++ b/HAL-afb/CMakeLists.txt @@ -19,10 +19,5 @@ # Include any directory starting with a Capital letter # ----------------------------------------------------- -file(GLOB filelist "[A-Z]*") -foreach(filename ${filelist}) - if(EXISTS "${filename}/CMakeLists.txt") - add_subdirectory(${filename}) - endif(EXISTS "${filename}/CMakeLists.txt") -endforeach() +PROJECT_SUBDIRS_ADD("*") |