summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
blob: 559d7c31f5651d161480a6b999fa2962ac63f00f (plain)
1
2
3
4
5
6
7
8
9
10
PROJECT(CMake)

SUBDIRS(Source Modules Templates)

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