aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/livepp/usage
blob: 785a552e22eab386adfa50ddc220138483adfe68 (plain)
1
2
3
4
5
6
7
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);