blob: 10083d8de8fdf758ba318c6545cf8cd460788a8e (
plain)
1
2
3
4
5
|
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})
|