mirror of
https://github.com/nlohmann/json.git
synced 2026-04-08 00:58:55 +00:00
cmake: add import config tests
This commit is contained in:
8
test/cmake_import/project/main.cpp
Normal file
8
test/cmake_import/project/main.cpp
Normal file
@@ -0,0 +1,8 @@
|
||||
#include <nlohmann/json.hpp>
|
||||
|
||||
int main(int argc, char **argv)
|
||||
{
|
||||
nlohmann::json j;
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user