mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-03 01:48:59 +08:00
4 lines
107 B
Plaintext
4 lines
107 B
Plaintext
|
|
||
|
find_package(Parquet CONFIG REQUIRED)
|
||
|
target_link_libraries(main PRIVATE ${PARQUET_LIBRARIES})
|