mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 21:28:59 +08:00
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})
|