diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2007-05-10 19:13:52 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2007-05-10 19:13:52 (GMT) |
commit | 3c45e181cf3f393864aa929aace29a1a9948e360 (patch) | |
tree | e44473d4e9edb8b4b633621c8f8cd80169cab367 /Utilities/CMakeLists.txt | |
parent | 76dd86b410d0b09e33d2a93d0b4a27b4a8ee7016 (diff) | |
download | CMake-3c45e181cf3f393864aa929aace29a1a9948e360.zip CMake-3c45e181cf3f393864aa929aace29a1a9948e360.tar.gz CMake-3c45e181cf3f393864aa929aace29a1a9948e360.tar.bz2 |
ENH: add KWStyle support
Diffstat (limited to 'Utilities/CMakeLists.txt')
-rw-r--r-- | Utilities/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Utilities/CMakeLists.txt b/Utilities/CMakeLists.txt index 3bc5840..5eea4ce 100644 --- a/Utilities/CMakeLists.txt +++ b/Utilities/CMakeLists.txt @@ -1,4 +1,4 @@ -SUBDIRS(Doxygen) +SUBDIRS(Doxygen KWStyle) SET(CMD_DIR ${EXECUTABLE_OUTPUT_PATH}/${CMAKE_CFG_INTDIR}) IF(WIN32) |