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;
}