mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 02:29:07 +08:00
0c7c52d5c8
* add vowpalwabbit port * update baseline * update version * update baseline after version change * mark arm64-windows as fail * Update vowpalwabbit.json * Update ci.baseline.txt * Update ci.baseline.txt * update supports field in manifest * run x-add-version * Update ci.baseline.txt * Add usage and nitpick quotes. * rename port to vowpal-wabbit and add patch to remove bin targets * update versions, rename port Co-authored-by: Lily Wang <94091114+LilyWangLL@users.noreply.github.com> Co-authored-by: Billy O'Neal <bion@microsoft.com>
5 lines
147 B
Plaintext
5 lines
147 B
Plaintext
vowpalwabbit provides CMake targets:
|
|
|
|
find_package(VowpalWabbit CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE VowpalWabbit::vw_core)
|