mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-25 03:19:01 +08:00
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)
|