mirror of
https://github.com/tfussell/xlnt.git
synced 2024-03-22 13:11:17 +08:00
Use correct directory for local header includes
This commit is contained in:
parent
0fda1e2dbe
commit
c67df3993a
|
@ -32,7 +32,7 @@ project "xlnt"
|
||||||
language "C++"
|
language "C++"
|
||||||
targetdir "../lib/"
|
targetdir "../lib/"
|
||||||
includedirs {
|
includedirs {
|
||||||
"../include/xlnt",
|
"../include",
|
||||||
"../third-party/pugixml/src",
|
"../third-party/pugixml/src",
|
||||||
"../third-party/miniz"
|
"../third-party/miniz"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue
Block a user