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
|
ARCHIVE DESTINATION lib
|
||||||
RUNTIME DESTINATION bin)
|
RUNTIME DESTINATION bin)
|
||||||
|
|
||||||
install(FILES src/nlohmann/json-schema.hpp
|
install(FILES
|
||||||
DESTINATION include/nlohmann)
|
src/nlohmann/json-schema.hpp
|
||||||
|
src/nlohmann/json-schema-decl.hpp
|
||||||
|
${LIB_VERSION_HPP_FILE}
|
||||||
|
DESTINATION
|
||||||
|
include/nlohmann)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
if (BUILD_EXAMPLES)
|
if (BUILD_EXAMPLES)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user