Use correct directory for local header includes

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

View File

@ -38,7 +38,7 @@ project "xlnt"
warnings "Extra"
targetdir "../lib/"
includedirs {
"../include/xlnt",
"../include",
"../third-party/miniz",
"../third-party/pugixml/src"
}