filter build option by toolset as well
This commit is contained in:
parent
849133a75e
commit
c5aab69eb9
@ -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"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user