mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:59:07 +08:00
7cfd63db7f
Co-authored-by: jyu49 <yu_jack@apple.com> Co-authored-by: Billy Robert O'Neal III <bion@microsoft.com>
21 lines
504 B
JSON
21 lines
504 B
JSON
{
|
|
"name": "eathread",
|
|
"version-string": "1.32.09",
|
|
"port-version": 5,
|
|
"description": "Electronic Arts Thread Library. EAThread implements a unified cross-platform interface for multithreaded programming on various platforms.",
|
|
"homepage": "https://github.com/electronicarts/EAThread",
|
|
"supports": "!uwp & x64",
|
|
"dependencies": [
|
|
"eabase",
|
|
"eastl",
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|