mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 10:01:38 +08:00
11 lines
207 B
JSON
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"
|
|
]
|
|
}
|