Skip to content
Snippets Groups Projects
Commit 0a21642d authored by Markus Blatt's avatar Markus Blatt
Browse files

Replaced globbing expression with file list.

[[Imported from SVN: r7118]]
parent e249665f
No related branches found
No related tags found
No related merge requests found
file(GLOB modules *.cmake)
set(modules
CreateDoxyFile.cmake
FindFiles.cmake
InstallFile.cmake
RunDoxygen.cmake)
install(FILES ${modules} ${CMAKE_CURRENT_SOURCE_DIR}/BuildTests.cmake.in
DESTINATION ${CMAKE_INSTALL_DATAROOTDIR}/cmake/scripts)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment