diff --git a/scripts/CMakeLists.txt b/scripts/CMakeLists.txt index 8fb822b..27e8063 100644 --- a/scripts/CMakeLists.txt +++ b/scripts/CMakeLists.txt @@ -1,8 +1,8 @@ -file(GLOB scripts *.cmake) +file(GLOB scripts *.cmake *.in.sh *.py) file(GLOB cpp_files RELATIVE cpp11 *.cpp) install( - FILES ${scripts} localbash.in.sh + FILES ${scripts} DESTINATION ${INSTALL_DIRECTORY}/scripts )