mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 06:29:08 +08:00
4a311457c3
* [tomlplusplus] update to 3.3.0 * update version * fix android error * update version * update patch * update version
6 lines
246 B
Plaintext
6 lines
246 B
Plaintext
The package tomlplusplus can be imported via CMake FindPkgConfig module:
|
|
|
|
find_package(PkgConfig REQUIRED)
|
|
pkg_check_modules(tomlplusplus REQUIRED IMPORTED_TARGET tomlplusplus)
|
|
target_link_libraries(main PkgConfig::tomlplusplus)
|