vcpkg/ports/libredwg/vcpkg.json
2023-03-20 00:12:34 -07:00

24 lines
585 B
JSON

{
"name": "libredwg",
"version": "0.12.5.5178",
"description": "GNU LibreDWG is a free C library to handle DWG files. It aims to be a free replacement for the OpenDWG libraries. DWG is the native file format of AutoCAD.",
"homepage": "https://www.gnu.org/software/libredwg/",
"license": "GPL-3.0",
"dependencies": [
"jsmn",
{
"name": "vcpkg-cmake",
"host": true
},
{
"name": "vcpkg-cmake-config",
"host": true
}
],
"features": {
"tools": {
"description": "Build dwg/dxf manipulation command-line tools"
}
}
}