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