Skip to content

Commit

Permalink
More files AWOL during install
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayeul d'Avezac committed Mar 24, 2015
1 parent ff7063a commit 103d76b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -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
)

Expand Down

0 comments on commit 103d76b

Please sign in to comment.