mirror of
https://github.com/bkaradzic/bgfx.cmake.git
synced 2026-02-17 21:12:35 +01:00
should do it this way
This commit is contained in:
@@ -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 )
|
||||
|
||||
Reference in New Issue
Block a user