CMake/CMakeLists.txt

12 lines
177 B
CMake
Raw Normal View History

2001-06-12 21:30:13 +04:00
PROJECT(CMake)
2001-06-21 20:01:18 +04:00
SUBDIRS(Source Modules Templates)
2001-06-12 21:30:13 +04:00
# Include the standard Dart testing module
INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)
2001-06-21 20:31:29 +04:00
INCLUDE_REGULAR_EXPRESSION("^cm.*")
2001-06-12 21:30:13 +04:00
2001-06-21 20:01:18 +04:00