diff options
Diffstat (limited to 'vcpkg/ports/livepp/usage')
| -rw-r--r-- | vcpkg/ports/livepp/usage | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/vcpkg/ports/livepp/usage b/vcpkg/ports/livepp/usage new file mode 100644 index 0000000..785a552 --- /dev/null +++ b/vcpkg/ports/livepp/usage @@ -0,0 +1,8 @@ +livepp provides CMake targets:
+
+ find_package(unofficial-livepp CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE unofficial::livepp::livepp)
+
+The macro LIVEPP_PATH is also set to point to the livepp installation folder and can be used to create agents:
+
+ lpp::LppDefaultAgent lppAgent = lpp::LppCreateDefaultAgent(nullptr, L"" VCPKG_LIVEPP_PATH);
|