Add new header files to install
This commit is contained in:
parent
503bc22d4d
commit
e12bd89cf6
@ -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)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user