From 02fc9c6d5e5dbc0b8e8502e3b86e1fbd67f491d7 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Sat, 8 Aug 2015 16:57:16 +0200 Subject: minimal frame --- CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 89fa63c..ee3367f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,5 +1,11 @@ +cmake_minimum_required(VERSION 2.6 FATAL_ERROR) + project(cssh C) +set( CMAKE_C_FLAGS "-std=c99 -Wall -pedantic -Wfatal-errors -Werror -fPIC -O0" ) + +add_subdirectory(src) + add_custom_target(distclean COMMAND git clean -d -f -x ) -- cgit v1.2.3-54-g00ecf