mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-29 06:29:02 +08:00
b49a27d25d
* Generate Imath.pc * update version * add dependency imath minizip-ng * updata version * update version * fix build error on uwp * update version * modify code source * update version * update version * update version * modify patch name * update version * update version * update version
30 lines
817 B
JSON
30 lines
817 B
JSON
{
|
|
"name": "easyloggingpp",
|
|
"version": "9.97.0",
|
|
"port-version": 4,
|
|
"description": "Easylogging++ is a single header efficient logging library for C++ applications.",
|
|
"homepage": "https://github.com/abumq/easyloggingpp",
|
|
"license": "MIT",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
],
|
|
"features": {
|
|
"no-defaultfile": {
|
|
"description": "Do not write to default log file \"myeasylog.log\" (compile with ELPP_NO_DEFAULT_LOG_FILE)"
|
|
},
|
|
"std-locking": {
|
|
"description": "Use std::mutex for thread synchronization (compile with ELPP_FORCE_USE_STD_THREAD)"
|
|
},
|
|
"thread-safe": {
|
|
"description": "Make easyloggingpp thread safe (compile with ELPP_THREAD_SAFE)"
|
|
}
|
|
}
|
|
}
|