Put MSVC buildoptions under Windows platform filter.
This commit is contained in:
parent
ab2ef82d55
commit
7e58ad2800
|
@ -22,6 +22,8 @@ project("imgui")
|
||||||
"imgui/stb_textedit.h",
|
"imgui/stb_textedit.h",
|
||||||
"imgui/stb_truetype.h",
|
"imgui/stb_truetype.h",
|
||||||
})
|
})
|
||||||
|
|
||||||
|
filter("platforms:Windows")
|
||||||
buildoptions({
|
buildoptions({
|
||||||
"/wd4312", -- Ugh.
|
"/wd4312", -- Ugh.
|
||||||
})
|
})
|
||||||
|
|
Loading…
Reference in New Issue