diff options
Diffstat (limited to 'translations/CMakeLists.txt')
-rw-r--r-- | translations/CMakeLists.txt | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/translations/CMakeLists.txt b/translations/CMakeLists.txt index dd31c67..9c11aea 100644 --- a/translations/CMakeLists.txt +++ b/translations/CMakeLists.txt @@ -1,7 +1 @@ -file( GLOB_RECURSE po_files RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.po ) - -foreach( _po ${po_files} ) - string( REPLACE "/" ";" _path "${_po}" ) - list( GET _path 0 _lang ) - tde_create_translation( FILES ${_po} LANG ${_lang} ) -endforeach( ) +add_subdirectory( messages ) |