mirror of
https://github.com/cimgui/cimgui.git
synced 2025-08-10 11:58:30 +01:00
backend test sdl: add c++11 to CMakeLists.txt
This commit is contained in:
@@ -3,6 +3,9 @@ cmake_minimum_required(VERSION 2.8)
|
|||||||
if(WIN32) #to mingw work as all the others
|
if(WIN32) #to mingw work as all the others
|
||||||
set(CMAKE_SHARED_LIBRARY_PREFIX "")
|
set(CMAKE_SHARED_LIBRARY_PREFIX "")
|
||||||
endif(WIN32)
|
endif(WIN32)
|
||||||
|
|
||||||
|
set (CMAKE_CXX_STANDARD 11)
|
||||||
|
|
||||||
#general settings
|
#general settings
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user