mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 04:19:08 +08:00
7 lines
242 B
Plaintext
7 lines
242 B
Plaintext
|
easyloggingpp can be imported via CMake FindPkgConfig module:
|
||
|
|
||
|
find_package(PkgConfig REQUIRED)
|
||
|
pkg_check_modules(easyloggingpp easyloggingpp REQUIRED IMPORTED_TARGET)
|
||
|
|
||
|
target_link_libraries(main PRIVATE PkgConfig::easyloggingpp)
|