mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 02:29:00 +08:00
3447aa6e68
Co-authored-by: Cheney Wang <38240633+Cheney-W@users.noreply.github.com>
6 lines
200 B
Plaintext
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})
|