Repaced flagsremove Lua function with new removeflags.

This commit is contained in:
Branimir Karadzic
2014-11-18 08:54:24 -08:00
parent 4f5332cf89
commit 6b084b6e93
3 changed files with 11 additions and 17 deletions

View File

@@ -40,6 +40,10 @@ project "bx.test"
debugdir (BX_DIR .. "tests")
removeflags {
"NoExceptions",
}
includedirs {
BX_DIR .. "include",
BX_THIRD_PARTY_DIR .. "UnitTest++/src/",