FetchContent_MakeAvailable (#3351)

* 🔧 use FetchContent_MakeAvailable

* 💚 fix test names
This commit is contained in:
Niels Lohmann
2022-03-06 15:33:05 +01:00
committed by GitHub
parent d1e57df48b
commit c6d8892e5d
6 changed files with 48 additions and 18 deletions

View File

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