mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-26 01:48:59 +08:00
1b5e00a3e3
* [caf] Add usage and vcpkg_cmake_wrapper * Update usage
5 lines
216 B
Plaintext
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}) |