diff --git a/CMakeLists.txt b/CMakeLists.txt index e3b146b154..1ad03e6e79 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -33,7 +33,9 @@ add_library(${NLOHMANN_JSON_TARGET_NAME} INTERFACE) target_include_directories( ${NLOHMANN_JSON_TARGET_NAME} - INTERFACE $ + INTERFACE + $ + $ ) ## add debug view defintion file for msvc (natvis) [cmake <= 3.2.2 does not support export of source files]