Sign in
flutter
/
third_party
/
json.git
/
refs/heads/gh-pages
/
.
/
integration
/
xmake
/
xmake.lua
blob: c5b332897d506e52cc96a05eac0ddc00e2271bc6 [
file
] [
log
] [
blame
] [
edit
]
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"
)