mirror of
https://github.com/microsoft/vcpkg.git
synced 2026-01-18 01:11:23 +01:00
18 lines
416 B
JSON
18 lines
416 B
JSON
{
|
|
"name": "whereami",
|
|
"version-date": "2024-08-26",
|
|
"description": "A drop-in two files library to locate the current executable and the current module on the file system.",
|
|
"homepage": "https://github.com/gpakosz/whereami",
|
|
"license": "MIT OR WTFPL",
|
|
"dependencies": [
|
|
{
|
|
"name": "vcpkg-cmake",
|
|
"host": true
|
|
},
|
|
{
|
|
"name": "vcpkg-cmake-config",
|
|
"host": true
|
|
}
|
|
]
|
|
}
|