diff options
Diffstat (limited to 'vcpkg/ports/wmipp/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/wmipp/vcpkg.json | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/ports/wmipp/vcpkg.json b/vcpkg/ports/wmipp/vcpkg.json new file mode 100644 index 0000000..fd36e46 --- /dev/null +++ b/vcpkg/ports/wmipp/vcpkg.json @@ -0,0 +1,8 @@ +{ + "name": "wmipp", + "version": "1.3.0", + "description": "Streamlined Windows Management Instrumentation (WMI) integration for seamless C++ development", + "homepage": "https://github.com/sonodima/wmipp", + "license": "MIT", + "supports": "windows & !uwp" +} |