CMake/CMakeLists.txt

11 lines
141 B
CMake

PROJECT(CMake)
SUBDIRS(Source Modules Templates)
# Include the standard Dart testing module
INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)