Use correct directory for local header includes

This commit is contained in:
Thomas Fussell 2015-08-25 04:50:41 -04:00
parent 0fda1e2dbe
commit c67df3993a

View File

@ -32,7 +32,7 @@ project "xlnt"
language "C++"
targetdir "../lib/"
includedirs {
"../include/xlnt",
"../include",
"../third-party/pugixml/src",
"../third-party/miniz"
}