diff options
Diffstat (limited to 'vcpkg/ports/openctm/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/openctm/vcpkg.json | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/vcpkg/ports/openctm/vcpkg.json b/vcpkg/ports/openctm/vcpkg.json new file mode 100644 index 0000000..1b1212d --- /dev/null +++ b/vcpkg/ports/openctm/vcpkg.json @@ -0,0 +1,19 @@ +{ + "name": "openctm", + "version": "1.0.3", + "port-version": 3, + "description": "OpenCTM — the Open Compressed Triangle Mesh file format — is a file format, a software library and a tool set for compression of 3D triangle meshes.", + "homepage": "https://openctm.sourceforge.net/", + "license": "Zlib", + "dependencies": [ + "7zip", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |