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

SUBDIRS(Source Modules Templates)

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

SET(EXECUTABLE_OUTPUT_PATH ${CMake_BINARY_DIR}/Source CACHE PATH 
  "Where to put the executables for CMake"
)

INCLUDE_REGULAR_EXPRESSION("^cm.*")