filter build option by toolset as well
This commit is contained in:
@ -86,7 +86,7 @@ solution (solution_name)
|
|||||||
defines { "U_OPENGL_4" }
|
defines { "U_OPENGL_4" }
|
||||||
end
|
end
|
||||||
|
|
||||||
filter "language:C++"
|
filter { "language:C++", "toolset:gcc" }
|
||||||
buildoptions { "-std=c++11" }
|
buildoptions { "-std=c++11" }
|
||||||
|
|
||||||
project "bounce"
|
project "bounce"
|
||||||
|
Reference in New Issue
Block a user