mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 01:08:59 +08:00
a67ca6b1ea
* [libphonenumber] Bump to 8.13.17 & fix linux and macOS build * update version database * fix windows icui18n lib name * update version database * fix patches * update version database * fix ci.baseline.txt
5 lines
157 B
Plaintext
5 lines
157 B
Plaintext
libphonenumber provides CMake targets:
|
|
|
|
find_package(libphonenumber CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE libphonenumber::phonenumber)
|