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

tde_create_translated_desktop(
    SOURCE ${_files}
    DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/extras/shutdown
    PO_DIR extras
)