diff options
Diffstat (limited to 'vcpkg/ports/atl/vcpkg.json')
| -rw-r--r-- | vcpkg/ports/atl/vcpkg.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcpkg/ports/atl/vcpkg.json b/vcpkg/ports/atl/vcpkg.json new file mode 100644 index 0000000..cd2350e --- /dev/null +++ b/vcpkg/ports/atl/vcpkg.json @@ -0,0 +1,6 @@ +{ + "name": "atl", + "version": "0", + "description": "A stub package that ensures Visual Studio has Active Template Library (ATL) installed.", + "supports": "windows" +} |