repo.or.cz
/
personal-kdebase.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
add more spacing
[personal-kdebase.git]
/
runtime
/
cmake
/
modules
/
CMakeLists.txt
blob
e0152e65ed1dd9444b8719afbbff6122c17d98b4
1
# install the cmake files
2
3
file(GLOB cmakeFiles "${CMAKE_CURRENT_SOURCE_DIR}/*.cmake")
4
5
set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules )
6
7
install( FILES ${cmakeFiles} DESTINATION ${module_install_dir} )
8