Add CPack support (#4459)

This commit is contained in:
zjyhjqs
2024-11-16 17:09:05 +01:00
committed by GitHub
parent fde9a86c5a
commit fd20975a94
+1
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()