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

View File

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