1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-28 12:02:00 +03:00

cmake: add import config tests

This commit is contained in:
Chuck Atkins
2018-09-26 10:46:34 -04:00
parent 1729db85c1
commit 564506a885
10 changed files with 109 additions and 0 deletions

View File

@ -0,0 +1,8 @@
#include <nlohmann/json.hpp>
int main(int argc, char **argv)
{
nlohmann::json j;
return 0;
}