should do it this way

This commit is contained in:
Joshua Brookover
2017-01-16 12:20:30 -06:00
parent e005843dcd
commit 9f275f80aa

View File

@@ -13,8 +13,7 @@ project( bgfx )
set_property( GLOBAL PROPERTY USE_FOLDERS ON )
if( APPLE )
set( CMAKE_CXX_FLAGS "-ObjC++" )
set( CMAKE_CXX_FLAGS "--std=c++11" )
set( CMAKE_CXX_FLAGS "-ObjC++ --std=c++11" )
endif()
option( BGFX_BUILD_TOOLS "Build bgfx tools." ON )