mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-18 16:58:58 +08:00
![jim wang](/assets/img/avatar_default.png)
* add usage * update version * fix usage * update version * fix review * udpate version * fix variables * update version
6 lines
214 B
Plaintext
6 lines
214 B
Plaintext
matio can be imported via CMake FindPkgConfig module:
|
|
|
|
find_package(PkgConfig REQUIRED)
|
|
pkg_check_modules(matio REQUIRED IMPORTED_TARGET matio)
|
|
target_link_libraries(main PRIVATE PkgConfig::matio)
|