CMake/CMakeLists.txt

15 lines
288 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)
SET(EXECUTABLE_OUTPUT_PATH ${CMake_BINARY_DIR}/Source CACHE PATH
"Where to put the executables for CMake"
)
2001-06-12 21:30:13 +04:00
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