1
0
mirror of https://github.com/nlohmann/json.git synced 2025-07-29 23:01:16 +03:00

🔨 another try

This commit is contained in:
Niels Lohmann
2018-02-09 22:27:08 +01:00
parent b455154cc9
commit ab05df3a48
2 changed files with 3 additions and 3 deletions

View File

@ -41,6 +41,7 @@ if(JSON_Coverage)
find_program(GCOV_BIN NAMES gcov-${GCC_VERSION} gcov HINTS ${COMPILER_PATH})
# collect all source files from the chosen include dir
set(NLOHMANN_JSON_INCLUDE_BUILD_DIR "${PROJECT_SOURCE_DIR}/single_include/")
file(GLOB_RECURSE SOURCE_FILES ${NLOHMANN_JSON_INCLUDE_BUILD_DIR}*.hpp)
# add target to collect coverage information and generate HTML file