diff options
author | Sebastien Barre <sebastien.barre@kitware.com> | 2001-11-02 21:01:47 (GMT) |
---|---|---|
committer | Sebastien Barre <sebastien.barre@kitware.com> | 2001-11-02 21:01:47 (GMT) |
commit | 3f4eeeaa8a41c4fd49b96225e1b79a0ca899ef8e (patch) | |
tree | 9fcab9389bd46781509495a165b4e91b289e4497 /CMakeLists.txt | |
parent | 3c782a32692c746ae76895c768991a6275859f96 (diff) | |
download | CMake-3f4eeeaa8a41c4fd49b96225e1b79a0ca899ef8e.zip CMake-3f4eeeaa8a41c4fd49b96225e1b79a0ca899ef8e.tar.gz CMake-3f4eeeaa8a41c4fd49b96225e1b79a0ca899ef8e.tar.bz2 |
Doxygen doc generator
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index bbc29af..9ff79e3 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) |