From 3f4eeeaa8a41c4fd49b96225e1b79a0ca899ef8e Mon Sep 17 00:00:00 2001 From: Sebastien Barre Date: Fri, 2 Nov 2001 16:01:47 -0500 Subject: [PATCH] Doxygen doc generator --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)