mirror of
https://bitbucket.org/smil3y/kde-workspace.git
synced 2025-02-24 10:52:51 +00:00
18 lines
544 B
CMake
18 lines
544 B
CMake
# install the cmake files
|
|
|
|
# don't glob for the files, since we don't want to
|
|
# install e.g. FindLibKNotification-1.cmake
|
|
set(cmakeFiles FindCLucene.cmake
|
|
FindSLP.cmake
|
|
FindDBus.cmake
|
|
FindLibXKlavier.cmake
|
|
FindOpenGLES.cmake
|
|
FindPAM.cmake
|
|
FindSensors.cmake
|
|
PkgConfigGetVar.cmake
|
|
UnixAuth.cmake )
|
|
|
|
set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules )
|
|
|
|
install( FILES ${cmakeFiles} DESTINATION ${module_install_dir} )
|
|
|