diff options
author | David Cole <david.cole@kitware.com> | 2008-07-09 17:38:56 (GMT) |
---|---|---|
committer | David Cole <david.cole@kitware.com> | 2008-07-09 17:38:56 (GMT) |
commit | 71f61636b6abfe5f243374b5575019098418b4c6 (patch) | |
tree | d6ca84ec6701ed19ae98b8dfbeb321aafa81495e /Source/CMakeLists.txt | |
parent | 3366e6c2cd8bb2d9e30d2deb5637c840d52221a3 (diff) | |
download | CMake-71f61636b6abfe5f243374b5575019098418b4c6.zip CMake-71f61636b6abfe5f243374b5575019098418b4c6.tar.gz CMake-71f61636b6abfe5f243374b5575019098418b4c6.tar.bz2 |
ENH: One more patch from Doug Gregor including PackageMaker functionality for componentized-for-the-end-user and download-some-bit-on-demand installers.
Diffstat (limited to 'Source/CMakeLists.txt')
-rw-r--r-- | Source/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/CMakeLists.txt b/Source/CMakeLists.txt index b4d1eb1..516e208 100644 --- a/Source/CMakeLists.txt +++ b/Source/CMakeLists.txt @@ -349,6 +349,7 @@ TARGET_LINK_LIBRARIES(CTestLib CMakeLib ${CMAKE_CURL_LIBRARIES} ${CMAKE_XMLRPC_L # Sources for CPack # SET(CPACK_SRCS + CPack/cmCPackComponentGroup.cxx CPack/cmCPackGeneratorFactory.cxx CPack/cmCPackGenerator.cxx CPack/cmCPackLog.cxx |