vcpkg/ports/caf/usage
NancyLi1013 1b5e00a3e3
[caf] Add usage and vcpkg-cmake-wrapper (#14292)
* [caf] Add usage and vcpkg_cmake_wrapper

* Update usage
2020-11-09 14:24:18 -08:00

5 lines
216 B
Plaintext

The package caf provides CMake targets:
find_package(CAF REQUIRED COMPONENTS core io)
target_include_directories(main PRIVATE ${CAF_INCLUDE_DIRS})
target_link_libraries(main PRIVATE ${CAF_LIBRARIES})