vcpkg/ports/activemq-cpp/vcpkg.json
xventura81 6cbeef851e
[activemq-cpp] Update activemq-cppConfig.cmake (#31623)
* Update activemq-cppConfig.cmake

libapr-1.dll has to be found in bin/ folder

* Update activemq-cpp port version to 13

---------

Co-authored-by: Xavier Ventura <xavier.ventura@aimsun.com>
2023-05-26 13:44:55 -07:00

16 lines
370 B
JSON

{
"name": "activemq-cpp",
"version-semver": "3.9.5",
"port-version": 13,
"description": "Apache ActiveMQ is the most popular and powerful open source messaging and Integration Patterns server.",
"license": "Apache-2.0",
"supports": "!(uwp | osx)",
"dependencies": [
"apr",
{
"name": "libuuid",
"platform": "!windows & !osx"
}
]
}