summaryrefslogtreecommitdiffstats
path: root/kolf/courses/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'kolf/courses/CMakeLists.txt')
-rw-r--r--kolf/courses/CMakeLists.txt14
1 files changed, 6 insertions, 8 deletions
diff --git a/kolf/courses/CMakeLists.txt b/kolf/courses/CMakeLists.txt
index ac4a494e..f5ccfcea 100644
--- a/kolf/courses/CMakeLists.txt
+++ b/kolf/courses/CMakeLists.txt
@@ -1,11 +1,9 @@
# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
-foreach( _course Classic.kolf Hard.kolf Medium.kolf Easy.kolf
- ReallyEasy Practice Impossible USApro
+tde_create_translated_desktop(
+ SOURCE
+ Classic.kolf Hard.kolf Medium.kolf Easy.kolf
+ ReallyEasy Practice Impossible USApro
+ DESTINATION ${DATA_INSTALL_DIR}/kolf/courses
+ PO_DIR ${CMAKE_SOURCE_DIR}translations/desktop_files/kolf-courses
)
- tde_create_translated_desktop(
- SOURCE ${_course}
- DESTINATION ${DATA_INSTALL_DIR}/kolf/courses
- PO_DIR ${CMAKE_SOURCE_DIR}translations/desktop_files/kolf-courses
- )
-endforeach()