zengine_test/game/zworld_editor/xmake.lua
2024-08-03 09:44:59 +08:00

6 lines
136 B
Lua

target("zworld-editor")
set_kind("binary")
set_group("game")
add_files("src/*.cpp")
add_deps("zworld", {public = true})