summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
blob: 09dc0eae1ce65960ff8140a85e24e387ef3827de (plain)
1
2
3
4
5
6
7
8
9
10
11
PROJECT(CMake)

SUBDIRS(Source Modules Templates)

# Include the standard Dart testing module
INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)


INCLUDE_REGULAR_EXPRESSION("^cm.*")