mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-25 19:32:54 +00:00
9 lines
216 B
Text
9 lines
216 B
Text
![]() |
# install the cmake files
|
||
|
|
||
|
file(GLOB cmakeFiles "${CMAKE_CURRENT_SOURCE_DIR}/*.cmake")
|
||
|
|
||
|
set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules )
|
||
|
|
||
|
install( FILES ${cmakeFiles} DESTINATION ${module_install_dir} )
|
||
|
|