You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
16 lines
395 B
16 lines
395 B
##### create translation templates ##############
|
|
|
|
file(
|
|
GLOB_RECURSE _desktops
|
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/*
|
|
)
|
|
list( SORT _desktops )
|
|
|
|
tde_l10n_create_template(
|
|
CATALOG "desktop_files/kdesktop-icons/"
|
|
SOURCES_DESKTOP ${_desktops}
|
|
EXCLUDES CMakeL10n.txt CMakeLists.txt Makefile.am
|
|
DESTINATION "${CMAKE_SOURCE_DIR}/translations"
|
|
)
|