diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-21 16:31:29 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2001-06-21 16:31:29 (GMT) |
commit | 96545b1d4933fe3e989d5d6830f56c90f96dea13 (patch) | |
tree | ab523c53e78575d8121d9a1e718c375e9f652d7f /CMakeLists.txt | |
parent | 8dc66edfaec041eb67e29c481058dfd55cb81c03 (diff) | |
download | CMake-96545b1d4933fe3e989d5d6830f56c90f96dea13.zip CMake-96545b1d4933fe3e989d5d6830f56c90f96dea13.tar.gz CMake-96545b1d4933fe3e989d5d6830f56c90f96dea13.tar.bz2 |
ENH: add include regexp
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.*") |