diff options
Diffstat (limited to 'extras/CMakeLists.txt')
-rw-r--r-- | extras/CMakeLists.txt | 12 |
1 files changed, 5 insertions, 7 deletions
diff --git a/extras/CMakeLists.txt b/extras/CMakeLists.txt index 848ccff..fa8953c 100644 --- a/extras/CMakeLists.txt +++ b/extras/CMakeLists.txt @@ -1,11 +1,9 @@ file( GLOB _files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} .directory *.desktop ) -foreach( _source ${_files} ) - tde_create_translated_desktop( - SOURCE ${_source} - DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/extras - PO_DIR ${CMAKE_SOURCE_DIR}/translations/desktop_files/extras - ) -endforeach() +tde_create_translated_desktop( + SOURCE ${_files} + DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/extras + PO_DIR extras +) tde_auto_add_subdirectories( ) |