xmake.repo/examples/imgui-node-editor/xmake.lua
2024-05-18 09:58:01 +08:00

14 lines
405 B
Lua

add_repositories("ouczbs http://175.24.226.114:3000/ouczbs/xmake.repo.git")
add_rules("mode.debug", "mode.release")
set_arch("x64")
set_languages("cxx20")
set_project("imgui-node-editor")
set_toolchains("clang")
add_requires("imgui", "glfw", "dxsdk11")
add_requires("imgui-node-editor")
includes("examples/**.lua")
--xmake project -k vsxmake2022 -a x64
--xmake project -k vsxmake2022 -m "debug;release"