diff options
| author | Stefan Boberg <[email protected]> | 2023-05-02 10:01:47 +0200 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-05-02 10:01:47 +0200 |
| commit | 075d17f8ada47e990fe94606c3d21df409223465 (patch) | |
| tree | e50549b766a2f3c354798a54ff73404217b4c9af /zenutil/xmake.lua | |
| parent | fix: bundle shouldn't append content zip to zen (diff) | |
| download | zen-075d17f8ada47e990fe94606c3d21df409223465.tar.xz zen-075d17f8ada47e990fe94606c3d21df409223465.zip | |
moved source directories into `/src` (#264)
* moved source directories into `/src`
* updated bundle.lua for new `src` path
* moved some docs, icon
* removed old test trees
Diffstat (limited to 'zenutil/xmake.lua')
| -rw-r--r-- | zenutil/xmake.lua | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/zenutil/xmake.lua b/zenutil/xmake.lua deleted file mode 100644 index e7d849bb2..000000000 --- a/zenutil/xmake.lua +++ /dev/null @@ -1,9 +0,0 @@ --- Copyright Epic Games, Inc. All Rights Reserved. - -target('zenutil') - set_kind("static") - add_headerfiles("**.h") - add_files("**.cpp") - add_includedirs("include", {public=true}) - add_deps("zencore") - add_packages("vcpkg::spdlog") |