diff options
| author | Martin Ridgers <[email protected]> | 2021-09-29 16:29:27 +0200 |
|---|---|---|
| committer | Martin Ridgers <[email protected]> | 2021-09-29 16:57:32 +0200 |
| commit | c6db5421931d506f571bd6c7976b3579acee5b8f (patch) | |
| tree | c704a22245893ec5b64acf6b7c069cd50b5cbd56 /zencore/xmake.lua | |
| parent | Implemented IsProcessRunning() for Linux (diff) | |
| download | zen-c6db5421931d506f571bd6c7976b3579acee5b8f.tar.xz zen-c6db5421931d506f571bd6c7976b3579acee5b8f.zip | |
$(projectdir) is a little more robust than ..
Diffstat (limited to 'zencore/xmake.lua')
| -rw-r--r-- | zencore/xmake.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zencore/xmake.lua b/zencore/xmake.lua index 6f8f37438..bd605706b 100644 --- a/zencore/xmake.lua +++ b/zencore/xmake.lua @@ -2,7 +2,7 @@ target('zencore') set_kind("static") add_files("**.cpp") add_includedirs("include", {public=true}) - add_includedirs("../3rdparty/utfcpp/source") + add_includedirs("$(projectdir)/3rdparty/utfcpp/source") add_linkdirs("$(projectdir)/3rdparty/BLAKE3/lib/Win64", "$(projectdir)/3rdparty/Oodle/lib/Win64") add_packages( "vcpkg::spdlog", |