remove custom mpark.variant and use C++17 version

This commit is contained in:
2019-09-03 04:03:08 +07:00
parent 8ec358afb0
commit 86d53a3c40
21 changed files with 25 additions and 2822 deletions

View File

@@ -2,6 +2,7 @@ cmake_minimum_required(VERSION 3.11 FATAL_ERROR)
if(NOT DEFINED PROJECT_NAME)
set(E2D_BUILD_AS_STANDALONE ON)
set(CMAKE_OSX_DEPLOYMENT_TARGET "10.14")
endif()
project(enduro2d)