glslang requires c++11

This commit is contained in:
Joshua Brookover
2017-01-16 12:16:38 -06:00
parent 99841cd96e
commit e005843dcd

View File

@@ -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 )