early-access version 2853
This commit is contained in:
18
externals/vcpkg/ports/libcpplocate/vcpkg.json
vendored
Executable file
18
externals/vcpkg/ports/libcpplocate/vcpkg.json
vendored
Executable file
@@ -0,0 +1,18 @@
|
||||
{
|
||||
"name": "libcpplocate",
|
||||
"version-semver": "2.3.0",
|
||||
"description": "Cross-platform C++ library providing tools for applications to locate themselves, their data assets as well as dependent modules.",
|
||||
"homepage": "https://cpplocate.org/",
|
||||
"license": "MIT",
|
||||
"supports": "!uwp",
|
||||
"dependencies": [
|
||||
{
|
||||
"name": "vcpkg-cmake",
|
||||
"host": true
|
||||
},
|
||||
{
|
||||
"name": "vcpkg-cmake-config",
|
||||
"host": true
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user