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.txt11
1 files changed, 8 insertions, 3 deletions
diff --git a/kolf/courses/CMakeLists.txt b/kolf/courses/CMakeLists.txt
index 01fde2a4..ac4a494e 100644
--- a/kolf/courses/CMakeLists.txt
+++ b/kolf/courses/CMakeLists.txt
@@ -1,6 +1,11 @@
# This file is genereted by trinity-automake-cmake-convert script by Fat-Zer
-install( FILES Classic.kolf Hard.kolf Medium.kolf Easy.kolf ReallyEasy Practice
- Impossible USApro
- DESTINATION ${DATA_INSTALL_DIR}/kolf/courses
+foreach( _course Classic.kolf Hard.kolf Medium.kolf Easy.kolf
+ ReallyEasy Practice Impossible USApro
)
+ tde_create_translated_desktop(
+ SOURCE ${_course}
+ DESTINATION ${DATA_INSTALL_DIR}/kolf/courses
+ PO_DIR ${CMAKE_SOURCE_DIR}translations/desktop_files/kolf-courses
+ )
+endforeach()