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