xmake.repo/examples/imgui-node-editor/xmake.lua

14 lines
375 B
Lua
Raw Normal View History

2024-11-27 22:33:33 +08:00
add_repositories("local_repo F:\\xmake.repo")
2024-05-17 22:22:51 +08:00
add_rules("mode.debug", "mode.release")
set_arch("x64")
set_languages("cxx20")
set_project("imgui-node-editor")
set_toolchains("clang")
2024-05-18 00:43:22 +08:00
add_requires("imgui", "glfw", "dxsdk11")
2024-05-17 22:22:51 +08:00
add_requires("imgui-node-editor")
includes("examples/**.lua")
--xmake project -k vsxmake2022 -a x64
--xmake project -k vsxmake2022 -m "debug;release"