diff options
Diffstat (limited to 'vcpkg/scripts/test_ports/try-compile/vcpkg.json')
| -rw-r--r-- | vcpkg/scripts/test_ports/try-compile/vcpkg.json | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/vcpkg/scripts/test_ports/try-compile/vcpkg.json b/vcpkg/scripts/test_ports/try-compile/vcpkg.json new file mode 100644 index 0000000..8ccd705 --- /dev/null +++ b/vcpkg/scripts/test_ports/try-compile/vcpkg.json @@ -0,0 +1,12 @@ +{ + "name": "try-compile", + "version": "1", + "description": "Test if try compile correctly passes on compiler flags", + "license": "MIT", + "dependencies": [ + { + "name": "vcpkg-cmake", + "host": true + } + ] +} |