diff CMakeLists.txt @ 275:f89a53abb314

adventure: cleanup actions and prepare map scenes
author David Demelier <markand@malikania.fr>
date Sun, 13 Dec 2020 11:01:18 +0100
parents 9bbbabb6f077
children 1d10983fc0d7
line wrap: on
line diff
--- a/CMakeLists.txt	Sun Dec 13 11:00:50 2020 +0100
+++ b/CMakeLists.txt	Sun Dec 13 11:01:18 2020 +0100
@@ -19,6 +19,7 @@
 cmake_minimum_required(VERSION 3.19)
 project(molko)
 
+
 set(CMAKE_C_STANDARD 11)
 set(CMAKE_C_STANDARD_REQUIRED On)
 set(CMAKE_C_EXTENSIONS Off)