Started complete rewrite, i learned an awful lot but this is unsalvegable

This commit is contained in:
Ben
2020-05-15 14:59:51 +01:00
parent 1afe376fad
commit 1ce214bf7f
42 changed files with 57 additions and 5 deletions

View File

@@ -1,11 +1,10 @@
cmake_minimum_required(VERSION 3.7)
project(OpenGLPlayground)
project(MingeCraft)
set(CMAKE_MODULE_PATH ${CMAKE_MODULE_PATH} CMakeModules/)
cmake_policy(SET CMP0037 OLD)
set(CMAKE_BUILD_TYPE Debug)
# set(CMAKE_CXX_FLAGS "-Ofast")
# set(CMAKE_BUILD_TYPE Debug)
set(CMAKE_CXX_FLAGS "-Ofast")
set(executable output)
set(SrcDIR ./src)