mirror of
https://github.com/bkaradzic/bgfx.cmake.git
synced 2026-02-17 21:12:35 +01:00
glslang requires c++11
This commit is contained in:
@@ -14,6 +14,7 @@ project( bgfx )
|
||||
set_property( GLOBAL PROPERTY USE_FOLDERS ON )
|
||||
if( APPLE )
|
||||
set( CMAKE_CXX_FLAGS "-ObjC++" )
|
||||
set( CMAKE_CXX_FLAGS "--std=c++11" )
|
||||
endif()
|
||||
|
||||
option( BGFX_BUILD_TOOLS "Build bgfx tools." ON )
|
||||
|
||||
Reference in New Issue
Block a user