vcpkg/ports/orc/usage
Weihang Ding e6c17cc881
[orc] Bump to 1.9.0 & fix usage (#33077)
* [orc] Bump to 1.9.0 & fix usage

* update version database

* fix config

* update version database

* fix include

* fix supports

* update version database

* optimize patches

* update version database

* optimize patches

* update version database
2023-08-11 09:43:31 -07:00

5 lines
139 B
Plaintext

orc provides CMake targets:
find_package(unofficial-orc CONFIG REQUIRED)
target_link_libraries(main PRIVATE unofficial::orc::orc)