diff options
author | Konstantin Podsvirov <konstantin@podsvirov.pro> | 2014-08-06 05:54:45 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2014-08-06 15:26:02 (GMT) |
commit | 3040ab8f557b8d8e0e09f4ff569263d429afdb6d (patch) | |
tree | 137dbfe733616f5a9ebb5051aa4f103a48620891 /Utilities | |
parent | 4ec6ff8f9f38d02e300b3fc6bf75c2743eb70f97 (diff) | |
download | CMake-3040ab8f557b8d8e0e09f4ff569263d429afdb6d.zip CMake-3040ab8f557b8d8e0e09f4ff569263d429afdb6d.tar.gz CMake-3040ab8f557b8d8e0e09f4ff569263d429afdb6d.tar.bz2 |
Doxygen: Add CPack/IFW subdir to doxyfile.in INPUT section
Diffstat (limited to 'Utilities')
-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 9743af7..063ec26 100644 --- a/Utilities/Doxygen/doxyfile.in +++ b/Utilities/Doxygen/doxyfile.in @@ -40,6 +40,7 @@ OUTPUT_DIRECTORY = "@CMake_BINARY_DIR@/Utilities/Doxygen/doc" INPUT = \ "@CMake_SOURCE_DIR@/Source" \ "@CMake_SOURCE_DIR@/Source/CPack" \ + "@CMake_SOURCE_DIR@/Source/CPack/IFW" \ "@CMake_SOURCE_DIR@/Source/CTest" \ "@CMake_SOURCE_DIR@/Source/CursesDialog" \ "@CMake_SOURCE_DIR@/Source/MFCDialog" \ |