diff options
Diffstat (limited to 'vcpkg/ports/plog/usage')
| -rw-r--r-- | vcpkg/ports/plog/usage | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcpkg/ports/plog/usage b/vcpkg/ports/plog/usage new file mode 100644 index 0000000..bfba94d --- /dev/null +++ b/vcpkg/ports/plog/usage @@ -0,0 +1,6 @@ +The package plog is header only and can be used from CMake via:
+
+Modern CMake:
+ find_package(plog CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE plog::plog)
+
|