CMake/CMakeLists.txt

11 lines
141 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:01:18 +04:00