1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-25 13:41:56 +03:00
Files
json/test/cmake_target_include_directories/project/main.cpp
2020-07-17 14:26:22 +02:00

9 lines
103 B
C++

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