From 01309c8bd0a9ac4476952ec5063499ec980a7b12 Mon Sep 17 00:00:00 2001 From: erihel Date: Thu, 11 Apr 2013 13:37:15 +0200 Subject: * Added clipboard support (issue #60) * Fixed keyboard shortcuts while code editing in game --- CMakeLists.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 38458bc..5f5f1f4 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -181,6 +181,13 @@ else() endif() +## +# Clipboard support +## +set(CLIPBOARD_DIR ${colobot_SOURCE_DIR}/lib/clipboard/include) +add_subdirectory(${colobot_SOURCE_DIR}/lib/clipboard bin/clipboard) + + ## # Doxygen docs ## -- cgit v1.2.3-1-g7c22