10 lines
122 B
CMake
10 lines
122 B
CMake
|
PROJECT(CMake)
|
||
|
|
||
|
SUBDIRS(Source)
|
||
|
|
||
|
# Include the standard Dart testing module
|
||
|
INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)
|
||
|
|
||
|
|
||
|
|