mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 03:00:19 +08:00
79be4be144
* [gts] Enable and fix osx * [gts] Update manifest * [gts] Fix version passing * [gts] Update usage * [gts] Simplify dll patching * [gts] Cleanup * [gts] android builds now * ignition-common1: fails on osx as on linux
6 lines
201 B
Plaintext
6 lines
201 B
Plaintext
gts can be imported via CMake FindPkgConfig module:
|
|
|
|
find_package(PkgConfig REQUIRED)
|
|
pkg_check_modules(GTS gts REQUIRED IMPORTED_TARGET)
|
|
target_link_libraries(main PRIVATE PkgConfig::GTS)
|