vcpkg/ports/webthing-cpp/usage
Benno Waldhauer 3447aa6e68
[Webthing-CPP] add new port (#41669)
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
2024-10-22 23:36:26 -07:00

6 lines
200 B
Plaintext

webthing-cpp is header-only and can be used from CMake via:
find_path(WEBTHING_CPP_INCLUDE_DIRS "bw/webthing/webthing.hpp")
target_include_directories(main PRIVATE ${WEBTHING_CPP_INCLUDE_DIRS})