Make a branch to make krunner Good Enough For Aaron™.
[kdebase/uwolfer.git] / runtime / cmake / modules / CMakeLists.txt
blobe0152e65ed1dd9444b8719afbbff6122c17d98b4
1 # install the cmake files
3 file(GLOB cmakeFiles "${CMAKE_CURRENT_SOURCE_DIR}/*.cmake")
5 set(module_install_dir ${DATA_INSTALL_DIR}/cmake/modules )
7 install( FILES  ${cmakeFiles} DESTINATION ${module_install_dir} )