1
0
mirror of https://github.com/nlohmann/json synced 2024-11-15 08:40:05 +00:00

add regression test for #2281

This commit is contained in:
Niels Lohmann 2020-07-22 12:23:58 +02:00
parent a7c4c84d68
commit 4d63252c6c
No known key found for this signature in database
GPG Key ID: 7F3CEA63AE251B69

View File

@ -2,6 +2,7 @@ add_test(NAME cmake_target_include_directories_configure
COMMAND ${CMAKE_COMMAND}
-G "${CMAKE_GENERATOR}"
-DCMAKE_CXX_COMPILER=${CMAKE_CXX_COMPILER}
-DCMAKE_BUILD_TYPE=Debug
-Dnlohmann_json_source=${PROJECT_SOURCE_DIR}
${CMAKE_CURRENT_SOURCE_DIR}/project
)