mirror of
https://github.com/microsoft/vcpkg.git
synced 2025-01-03 23:55:30 +08:00
ea394a7ba0
* Windows build - Missing quotes around TAO_INCLUDE_FOLDERS * Change version * Revert "Change version" This reverts commit 9dd37efa1258552c88039cb035aa4e98d025efb7. * Update vcpkg.json * Change Versions * Revert "Change Versions" This reverts commit 2a929c3b02c89c9c56103798f64d84f2ae43df63. * Missing quotes in call to install_includes * Change versions Co-authored-by: bisaillonp <Pierre.Bisaillon@ixiasoft.com>
44 lines
963 B
JSON
44 lines
963 B
JSON
{
|
|
"name": "ace",
|
|
"version": "7.0.6",
|
|
"port-version": 2,
|
|
"maintainers": "Johnny Willemsen <jwillemsen@remedy.nl>",
|
|
"description": "The ADAPTIVE Communication Environment",
|
|
"homepage": "https://www.dre.vanderbilt.edu/~schmidt/ACE.html",
|
|
"license": "DOC",
|
|
"features": {
|
|
"ssl": {
|
|
"description": "Enable SSL/TLS features in ACE",
|
|
"dependencies": [
|
|
"openssl"
|
|
]
|
|
},
|
|
"tao": {
|
|
"description": "The ACE ORB"
|
|
},
|
|
"wchar": {
|
|
"description": "Enable extra wide char functions in ACE"
|
|
},
|
|
"xml": {
|
|
"description": "Enable XML features in ACE"
|
|
},
|
|
"xml-utils": {
|
|
"description": "Include the ACE_XML_Utils library",
|
|
"dependencies": [
|
|
{
|
|
"name": "xerces-c",
|
|
"features": [
|
|
"xmlch-wchar"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
"zlib": {
|
|
"description": "Enable zlib support",
|
|
"dependencies": [
|
|
"zlib"
|
|
]
|
|
}
|
|
}
|
|
}
|