add test for target_include_directories #1818

This commit is contained in:
Niels Lohmann
2020-07-17 14:26:22 +02:00
parent a10d486e36
commit 2fd57d3ed1
4 changed files with 36 additions and 0 deletions

View File

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