mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 21:29:08 +08:00
d9e62b5d3c
* libre 3.2.0 * update hash * vcpkg_cmake_config_fixup: add PACKAGE_NAME * update hash * update usage: See example usage from testcode here: https://github.com/baresip/re/blob/main/test/CMakeLists.txt#L62 * update hash * patch from Kai * update hash * patch: fix Libs (thanks Kai) * update hash * update patch * update hash * patch: fix bug with libre::re_shared (thanks Kai) * update hash * rename from libre to baresip-libre * update hash * delete libre.json
6 lines
133 B
Plaintext
6 lines
133 B
Plaintext
baresip-libre provides CMake targets:
|
|
|
|
find_package(libre CONFIG REQUIRED)
|
|
target_link_libraries(main PRIVATE libre::libre)
|
|
|