mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-28 05:59:07 +08:00
ba87a82f3d
Co-authored-by: Sandro Scherer <sandro.scherer@siemens.com>
30 lines
618 B
JSON
30 lines
618 B
JSON
{
|
|
"name": "sdbus-cpp",
|
|
"version": "1.3.0",
|
|
"port-version": 1,
|
|
"description": "High-level C++ D-Bus library for Linux designed to provide easy-to-use yet powerful API in modern C++",
|
|
"homepage": "https://github.com/Kistler-Group/sdbus-cpp",
|
|
"license": "LGPL-2.1",
|
|
"supports": "linux",
|
|
"dependencies": [
|
|
"dbus",
|
|
"libsystemd",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"tool": {
|
|
"description": "build C++ codegen tool",
|
|
"dependencies": [
|
|
"expat"
|
|
]
|
|
}
|
|
}
|
|
}
|