diff options
Diffstat (limited to 'Templates')
-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) + |