12 lines
177 B
CMake
12 lines
177 B
CMake
PROJECT(CMake)
|
|
|
|
SUBDIRS(Source Modules Templates)
|
|
|
|
# Include the standard Dart testing module
|
|
INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)
|
|
|
|
|
|
INCLUDE_REGULAR_EXPRESSION("^cm.*")
|
|
|
|
|