mirror of
https://github.com/nlohmann/json.git
synced 2025-07-28 12:02:00 +03: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