CMake/CMakeLists.txt

10 lines
122 B
CMake
Raw Normal View History

2001-06-12 21:30:13 +04:00
PROJECT(CMake)
SUBDIRS(Source)
# Include the standard Dart testing module
INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)