1
0
mirror of https://github.com/nlohmann/json.git synced 2026-07-30 15:43:01 +04:00
This commit is contained in:
nlohmann
2025-01-17 05:54:35 +00:00
parent 4ce072a05e
commit 9cd1c63d00
330 changed files with 5398 additions and 1012 deletions
+8
View File
@@ -0,0 +1,8 @@
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")