diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-04 15:08:42 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-04-04 15:08:42 (GMT) |
commit | 5d850d2a5683d788a7d7eb8f80259d05676de4c6 (patch) | |
tree | 8b61b505722826f729941ece5a2263bb6faeefd8 /Templates/CMakeLists.txt | |
parent | ef631c871d79b3a43ad8678323df6b70e35b79d6 (diff) | |
download | CMake-5d850d2a5683d788a7d7eb8f80259d05676de4c6.zip CMake-5d850d2a5683d788a7d7eb8f80259d05676de4c6.tar.gz CMake-5d850d2a5683d788a7d7eb8f80259d05676de4c6.tar.bz2 |
update install information
Diffstat (limited to 'Templates/CMakeLists.txt')
-rw-r--r-- | Templates/CMakeLists.txt | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/Templates/CMakeLists.txt b/Templates/CMakeLists.txt index 6c4c135..b22d3c9 100644 --- a/Templates/CMakeLists.txt +++ b/Templates/CMakeLists.txt @@ -1,3 +1,4 @@ # just install the modules -INSTALL_FILES(/share/CMake/Templates "" CMakeSystemConfig.cmake.in) -INSTALL_PROGRAMS(/share/CMake/Templates configure install-sh) +INSTALL_FILES(/share/CMake/Templates "" CXXCMakeSystemConfig.cmake.in CCMakeSystemConfig.cmake.in) +INSTALL_PROGRAMS(/share/CMake/Templates cconfigure cxxconfigure install-sh) + |