diff options
Diffstat (limited to 'vcpkg/ports/libsersi/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/libsersi/vcpkg.json | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/vcpkg/ports/libsersi/vcpkg.json b/vcpkg/ports/libsersi/vcpkg.json new file mode 100644 index 0000000..af54663 --- /dev/null +++ b/vcpkg/ports/libsersi/vcpkg.json @@ -0,0 +1,17 @@ +{ + "name": "libsersi", + "version": "0.1.0", + "description": "C++ implementation of the IEEE 1278.1a-1998 Distributed Interactive Simulation (DIS) application protocol.", + "homepage": "https://github.com/crhowell3/libsersi", + "license": "BSD-2-Clause", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |