1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00
Files
json/integration/xmake/xmake.lua
2025-01-17 05:54:35 +00:00

9 lines
197 B
Lua

add_requires("nlohmann_json")
add_rules("mode.debug", "mode.release")
target("xm")
set_kind("binary")
add_files("example.cpp")
add_packages("nlohmann_json")
set_languages("cxx11")