mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 19:29:01 +08:00
b2ad081fd4
* Remove -Dbuild_cord=OFF * Add -Denable_cplusplus=ON * Remove -Denable_threads=OFF thus enabling threads * Add libatomic-ops to dependencies * Fix 'unresolved symbol in GetModuleHandle' error (in upstream)
10 lines
216 B
JSON
10 lines
216 B
JSON
{
|
|
"name": "bdwgc",
|
|
"version": "8.2.0",
|
|
"port-version": 2,
|
|
"description": "The Boehm-Demers-Weiser conservative C/C++ Garbage Collector (libgc, bdwgc, boehm-gc)",
|
|
"dependencies": [
|
|
"libatomic-ops"
|
|
]
|
|
}
|