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

SUBDIRS(Source)

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