This commit is contained in:
Branimir Karadžić
2016-04-30 11:08:56 -07:00
parent 6cba8d5665
commit 32a9594134
6 changed files with 23 additions and 8 deletions

View File

@@ -25,9 +25,14 @@ project "geometryc"
path.join(BGFX_DIR, "examples/common/bounds.**"),
}
configuration { "mingw-*" }
targetextension ".exe"
configuration { "osx" }
links {
"Cocoa.framework",
}
configuration {}
strip()