mirror of
https://github.com/nlohmann/json.git
synced 2026-08-02 15:32:17 +00:00
deploy: 26cfec34be
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
#include <nlohmann/json.hpp>
|
||||
#include <iostream>
|
||||
#include <iomanip>
|
||||
|
||||
using json = nlohmann::json;
|
||||
|
||||
int main()
|
||||
{
|
||||
std::cout << std::setw(4) << json::meta() << std::endl;
|
||||
}
|
||||
@@ -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")
|
||||
Reference in New Issue
Block a user