From c70db62d3671e524d23ac974d296eb218159b000 Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Thu, 25 Feb 2016 06:23:55 +0300 Subject: Initial cmake conversion --- kolf/courses/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 kolf/courses/CMakeLists.txt (limited to 'kolf/courses') 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 +) -- cgit v1.2.1