json/tests/cmake_import_minver/project/main.cpp

9 lines
103 B
C++
Raw Normal View History

2018-09-26 17:46:34 +03:00
#include <nlohmann/json.hpp>
2022-07-25 14:08:30 +03:00
int main(int argc, char** argv)
2018-09-26 17:46:34 +03:00
{
nlohmann::json j;
return 0;
}