diff options
Diffstat (limited to 'vcpkg/ports/openxlsx/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/openxlsx/vcpkg.json | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/vcpkg/ports/openxlsx/vcpkg.json b/vcpkg/ports/openxlsx/vcpkg.json new file mode 100644 index 0000000..d172b7e --- /dev/null +++ b/vcpkg/ports/openxlsx/vcpkg.json @@ -0,0 +1,23 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "name": "openxlsx", + "version-date": "2025-07-14", + "description": "OpenXLSX is a C++ library for reading, writing, creating and modifying Microsoft Excel® files, with the .xlsx format.", + "homepage": "https://github.com/troldal/OpenXLSX", + "license": "BSD-3-Clause", + "dependencies": [ + { + "name": "nowide", + "platform": "windows" + }, + "pugixml", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |