json/tests/cmake_fetch_content2/project/main.cpp
2022-07-29 14:26:37 +02:00

9 lines
103 B
C++

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