diff options
author | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-04 20:28:45 (GMT) |
---|---|---|
committer | Andy Cedilnik <andy.cedilnik@kitware.com> | 2007-04-04 20:28:45 (GMT) |
commit | 23a83e6a92c160ff85caea42f14d8ac436104ad7 (patch) | |
tree | 71c14a8d6c502dd62ae8250ae9618cd04a96f19a /Utilities/Doxygen | |
parent | 4668f034844e228d9bf9783b5837d61ff777825e (diff) | |
download | CMake-23a83e6a92c160ff85caea42f14d8ac436104ad7.zip CMake-23a83e6a92c160ff85caea42f14d8ac436104ad7.tar.gz CMake-23a83e6a92c160ff85caea42f14d8ac436104ad7.tar.bz2 |
STYLE: Do doxygen for CPack
Diffstat (limited to 'Utilities/Doxygen')
-rw-r--r-- | Utilities/Doxygen/doxyfile.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Utilities/Doxygen/doxyfile.in b/Utilities/Doxygen/doxyfile.in index d8316e0..141aff4 100644 --- a/Utilities/Doxygen/doxyfile.in +++ b/Utilities/Doxygen/doxyfile.in @@ -37,6 +37,7 @@ OUTPUT_DIRECTORY = "@CMAKE_BINARY_DIR@/Utilities/Doxygen/doc" INPUT = \ "@CMAKE_SOURCE_DIR@/Source" \ + "@CMAKE_SOURCE_DIR@/Source/CPack" \ "@CMAKE_SOURCE_DIR@/Source/CTest" \ "@CMAKE_SOURCE_DIR@/Source/CursesDialog" \ "@CMAKE_SOURCE_DIR@/Source/MFCDialog" \ |