mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 00:49:19 +08:00
5 lines
146 B
Plaintext
5 lines
146 B
Plaintext
|
The package arrow provides CMake targets:
|
||
|
|
||
|
find_package(Arrow CONFIG REQUIRED)
|
||
|
target_link_libraries(main PRIVATE ${ARROW_LIBRARIES})
|