diff options
Diffstat (limited to 'vcpkg/ports/rttr/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/rttr/vcpkg.json | 20 |
1 files changed, 20 insertions, 0 deletions
diff --git a/vcpkg/ports/rttr/vcpkg.json b/vcpkg/ports/rttr/vcpkg.json new file mode 100644 index 0000000..26be709 --- /dev/null +++ b/vcpkg/ports/rttr/vcpkg.json @@ -0,0 +1,20 @@ +{ + "name": "rttr", + "version": "0.9.6+20210811", + "port-version": 1, + "description": "an easy and intuitive way to use reflection in C++", + "homepage": "https://github.com/rttrorg/rttr", + "license": "MIT", + "supports": "(static & staticcrt) | (!static & staticcrt) | (!static & !staticcrt)", + "dependencies": [ + "rapidjson", + { + "name": "vcpkg-cmake", + "host": true + }, + { + "name": "vcpkg-cmake-config", + "host": true + } + ] +} |