Added SDL2_DIR when using --with-sdl GENie config.

This commit is contained in:
Branimir Karadžić
2014-10-12 09:58:06 -07:00
parent 4ba9212d35
commit 8abed27c0c
3 changed files with 127 additions and 85 deletions

View File

@@ -22,6 +22,9 @@ project ("example-common")
defines {
"ENTRY_CONFIG_USE_SDL=1",
}
includedirs {
"$(SDL2_DIR)/include",
}
end
configuration { "xcode4" }