1
0
mirror of https://github.com/nlohmann/json synced 2024-11-21 11:40:05 +00:00

Add CPack support (#4459)

This commit is contained in:
zjyhjqs 2024-11-17 00:09:05 +08:00 committed by GitHub
parent fde9a86c5a
commit fd20975a94
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -210,4 +210,5 @@ if(JSON_Install)
FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc" FILES "${CMAKE_CURRENT_BINARY_DIR}/${PROJECT_NAME}.pc"
DESTINATION ${NLOHMANN_JSON_PKGCONFIG_INSTALL_DIR} DESTINATION ${NLOHMANN_JSON_PKGCONFIG_INSTALL_DIR}
) )
include(CPack)
endif() endif()