aboutsummaryrefslogtreecommitdiff
path: root/ports/caf/usage
diff options
context:
space:
mode:
Diffstat (limited to 'ports/caf/usage')
-rw-r--r--ports/caf/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/caf/usage b/ports/caf/usage
new file mode 100644
index 000000000..10083d8de
--- /dev/null
+++ b/ports/caf/usage
@@ -0,0 +1,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}) \ No newline at end of file