vcpkg/ports/arrow/usage
LilyWangLL 6d27dc93f7
[arrow] Fix CMake link error (#22387)
* [arrow] Fix CMake link error

* update version

* [arrow] update vcpkg-cmake-wrapper.cmake

* update version

Co-authored-by: Lily Wang <v-lilywang@microsoft.com>
2022-01-07 13:57:16 -08:00

7 lines
251 B
Plaintext

The package arrow provides CMake targets:
find_package(Arrow CONFIG REQUIRED)
target_link_libraries(main PRIVATE ${ARROW_LIBRARIES})
find_package(Parquet CONFIG REQUIRED)
target_link_libraries(main PRIVATE ${PARQUET_LIBRARIES})