mirror of
https://github.com/nlohmann/json.git
synced 2025-07-29 23:01:16 +03:00
9 lines
197 B
Lua
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")
|