diff options
Diffstat (limited to 'kolf/courses/CMakeLists.txt')
-rw-r--r-- | kolf/courses/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/kolf/courses/CMakeLists.txt b/kolf/courses/CMakeLists.txt new file mode 100644 index 00000000..01fde2a4 --- /dev/null +++ b/kolf/courses/CMakeLists.txt @@ -0,0 +1,6 @@ +# 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 +) |