mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 00:38:59 +08:00
e6c17cc881
* [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
5 lines
139 B
Plaintext
5 lines
139 B
Plaintext
orc provides CMake targets:
|
|
|
|
find_package(unofficial-orc CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE unofficial::orc::orc)
|