mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-12-22 16:47:49 +08:00
6 lines
219 B
Plaintext
6 lines
219 B
Plaintext
|
The package wangle is compatible with built-in CMake targets:
|
||
|
|
||
|
find_package(wangle REQUIRED)
|
||
|
target_link_libraries(main PRIVATE wangle::wangle)
|
||
|
target_include_directories(main PRIVATE ${WANGLE_INCLUDE_DIR})
|