Skip to content

Commit

Permalink
fixes jsoncpp on_test
Browse files Browse the repository at this point in the history
  • Loading branch information
Elite-stay authored Mar 8, 2025
1 parent 913b6ec commit a6b8717
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/j/jsoncpp/xmake.lua
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ package("jsoncpp")
assert(package:check_cxxsnippets({
test = [[
#include <iostream>
#include <memory>
#include <assert.h>
static void test() {
const std::string rawJson = R"({"Age": 20, "Name": "colin"})";
Expand Down

0 comments on commit a6b8717

Please sign in to comment.