mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-24 19:02:53 +00:00
12 lines
273 B
CMake
12 lines
273 B
CMake
## install the cmake files
|
|
|
|
set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules )
|
|
|
|
set(cmakeFiles
|
|
FindLancelot.cmake
|
|
FindLancelot-Datamodels.cmake
|
|
)
|
|
|
|
install(FILES ${cmakeFiles}
|
|
DESTINATION ${module_install_dir} )
|
|
|