diff options
Diffstat (limited to 'vcpkg/ports/cwapi3d/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/cwapi3d/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/cwapi3d/vcpkg.json b/vcpkg/ports/cwapi3d/vcpkg.json new file mode 100644 index 0000000..608590c --- /dev/null +++ b/vcpkg/ports/cwapi3d/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "cwapi3d", + "version": "32.219.1", + "description": "CwAPI3D is the Cadwork 3D plugin architecture in C++.", + "homepage": "https://github.com/cwapi3d/cwapi3dcpp", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |