mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 05:49:00 +08:00
ba1ae2ec2d
* fix arroeacer not found * update version * fix usage * update version * fix usage * update version
4 lines
189 B
Plaintext
4 lines
189 B
Plaintext
|
|
find_package(ArrowAcero CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE "$<IF:$<BOOL:${ARROW_BUILD_STATIC}>,ArrowAcero::arrow_acero_static,ArrowAcero::arrow_acero_shared>")
|