mirror of
https://github.com/bkaradzic/bx.git
synced 2026-09-07 19:10:33 +00:00
Enabled FatalWarnings. (#424)
This commit is contained in:
committed by
GitHub
parent
e21246d7ae
commit
975c8fb6fd
@@ -40,6 +40,10 @@ end
|
||||
project "bx"
|
||||
kind "StaticLib"
|
||||
|
||||
flags {
|
||||
"FatalWarnings",
|
||||
}
|
||||
|
||||
includedirs {
|
||||
path.join(BX_DIR, "include"),
|
||||
path.join(BX_DIR, "3rdparty"),
|
||||
|
||||
Reference in New Issue
Block a user