![]() |
Nuke.Cola
|
Wrapper class for VCPKG a C++ package manager by Microsoft. More...
Static Package Functions | |
| static void | Setup () |
Properties | |
| static ? AbsolutePath | VcpkgPathOverride [set, private get] |
| Set this property if your project already has an instance of VCPKG placed somewhere inside the project. | |
| static AbsolutePath | VcpkgPathInProject [get] |
| Path to a place where a local VCPKG instance can be found / should be set up. | |
| static ValueOrError< Tool > | EnsureVcpkg [get] |
| Get an instance of VCPKG or an error if setup has failed. | |
| static Tool | Vcpkg [get] |
| Get an instance of VCPKG. It throws an exception if setup has failed. | |
Wrapper class for VCPKG a C++ package manager by Microsoft.
Definition at line 16 of file VcpkgTasks.cs.
|
staticpackage |
Definition at line 28 of file VcpkgTasks.cs.
|
staticget |
Get an instance of VCPKG or an error if setup has failed.
Definition at line 43 of file VcpkgTasks.cs.
|
staticget |
Get an instance of VCPKG. It throws an exception if setup has failed.
Definition at line 60 of file VcpkgTasks.cs.
|
staticget |
Path to a place where a local VCPKG instance can be found / should be set up.
Definition at line 26 of file VcpkgTasks.cs.
|
staticsetprivate get |
Set this property if your project already has an instance of VCPKG placed somewhere inside the project.
Definition at line 21 of file VcpkgTasks.cs.