diff --git a/CMakeLists.txt b/CMakeLists.txt index bbc29af9c..9ff79e358 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,6 @@ PROJECT(CMake) -SUBDIRS(Source Modules Templates) +SUBDIRS(Source Modules Templates Utilities) # Include the standard Dart testing module INCLUDE (${CMAKE_ROOT}/Modules/Dart.cmake)