diff options
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 559d7c3..09dc0ea 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -6,5 +6,6 @@ SUBDIRS(Source Modules Templates) INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake) +INCLUDE_REGULAR_EXPRESSION("^cm.*") |