mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 08:28:59 +08:00
5 lines
192 B
Plaintext
5 lines
192 B
Plaintext
libplist provides CMake targets:
|
|
|
|
find_package(unofficial-libplist CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE unofficial::libplist::libplist unofficial::libplist::libplist++)
|