From cd4d403e39e4abbc87a95105e4ebccf737623338 Mon Sep 17 00:00:00 2001 From: Andreas Grois Date: Tue, 3 Nov 2015 16:41:15 +0100 Subject: Initial Commit. Still full of bugs, and not very pretty. --- CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..fed0808 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,5 @@ +project(SuperiorLatticeMatch) +cmake_minimum_required(VERSION 2.8) +aux_source_directory(. SRC_LIST) +add_executable(${PROJECT_NAME} ${SRC_LIST}) + -- cgit v1.2.3