Add new header files to install

This commit is contained in:
Sven Fink 2020-12-08 09:32:34 +01:00
parent 503bc22d4d
commit e12bd89cf6

View File

@ -162,8 +162,12 @@ if(JSON_VALIDATOR_INSTALL)
ARCHIVE DESTINATION lib
RUNTIME DESTINATION bin)
install(FILES src/nlohmann/json-schema.hpp
DESTINATION include/nlohmann)
install(FILES
src/nlohmann/json-schema.hpp
src/nlohmann/json-schema-decl.hpp
${LIB_VERSION_HPP_FILE}
DESTINATION
include/nlohmann)
endif()
if (BUILD_EXAMPLES)