mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2026-01-24 18:03:16 +01:00
update all cmake files to version 3.9
other misc cmake fixes version 3.9 allows for ipo (lto)
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
cmake_minimum_required(VERSION 3.2)
|
||||
project(framework CXX)
|
||||
cmake_minimum_required(VERSION 3.9 FATAL_ERROR)
|
||||
|
||||
project(framework)
|
||||
|
||||
add_subdirectory(engine)
|
||||
add_subdirectory(logger)
|
||||
|
||||
Reference in New Issue
Block a user