mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-04 23:51:37 +08:00
5 lines
181 B
Plaintext
5 lines
181 B
Plaintext
|
The package plog is header only and can be used from CMake via:
|
||
|
|
||
|
find_path(PLOG_INCLUDE_DIRS "plog/Log.h")
|
||
|
target_include_directories(main PRIVATE ${PLOG_INCLUDE_DIRS})
|