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_truetype.h",
|
||||
})
|
||||
buildoptions({
|
||||
"/wd4312", -- Ugh.
|
||||
})
|
||||
|
||||
filter("platforms:Windows")
|
||||
buildoptions({
|
||||
"/wd4312", -- Ugh.
|
||||
})
|
||||
|
|
Loading…
Reference in New Issue