From 20740c7acc81f34c49bca508c5d83357d02e48be Mon Sep 17 00:00:00 2001 From: Markus Mittendrein Date: Sun, 1 Jul 2018 19:23:02 +0200 Subject: Initial --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..d8a6458 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,6 @@ +cmake_minimum_required(VERSION 2.6) +project(cc4group) + +add_executable(cc4group main.cpp) + +install(TARGETS cc4group RUNTIME DESTINATION bin) -- cgit v1.2.3-54-g00ecf