summaryrefslogtreecommitdiffstats
path: root/extras/shutdown/CMakeLists.txt
blob: f6c8d32a80095d44d87d11f51bed48de9dd8660b (plain)
1
2
3
4
5
6
file( GLOB _files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.desktop )

install(
    FILES ${_files} .directory
    DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/extras/shutdown
)