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.
13 lines
338 B
13 lines
338 B
##### create translation templates ##############
|
|
|
|
file( GLOB_RECURSE _themes
|
|
RELATIVE ${CMAKE_CURRENT_SOURCE_DIR}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/*.theme )
|
|
list( SORT _themes )
|
|
|
|
tde_l10n_create_template(
|
|
CATALOG "desktop_files/icon-themes/"
|
|
SOURCES_DESKTOP ${_themes}
|
|
DESTINATION "${CMAKE_SOURCE_DIR}/translations"
|
|
)
|