vcpkg/ports/atlmfc/vcpkg.json
2023-10-05 14:38:14 -07:00

11 lines
207 B
JSON

{
"name": "atlmfc",
"version": "0",
"port-version": 3,
"description": "A stub package that ensures Visual Studio has ATL/MFC installed.",
"supports": "windows",
"dependencies": [
"atl"
]
}