From a16864d468d58576f0525b58007b96f5d045d945 Mon Sep 17 00:00:00 2001 From: Jaron Kent-Dobias Date: Mon, 23 Sep 2019 11:14:50 -0400 Subject: added a symlink to build dir compile_commands.json, and gave the cake project a name --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index e3f70d8..f5b6d1a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,6 +1,8 @@ cmake_minimum_required(VERSION 3.8) +project(fracture) + set(CMAKE_CXX_FLAGS_DEBUG "-g -Wall") set(CMAKE_CXX_FLAGS_RELEASE "-O3 -flto -Wall -march=native") -- cgit v1.2.3-70-g09d2