aboutsummaryrefslogtreecommitdiff
path: root/ports/caf/usage
diff options
context:
space:
mode:
authorNancyLi1013 <46708020+NancyLi1013@users.noreply.github.com>2020-11-10 06:24:18 +0800
committerGitHub <noreply@github.com>2020-11-09 14:24:18 -0800
commit1b5e00a3e3acd51877cd0966f60fa78458c037e8 (patch)
tree1fe1158aa27a1c0972b69550ce7804eb449e0a73 /ports/caf/usage
parenta94f261320398b859e5afb2b4d4c5a574f5d205a (diff)
downloadvcpkg-1b5e00a3e3acd51877cd0966f60fa78458c037e8.tar.gz
vcpkg-1b5e00a3e3acd51877cd0966f60fa78458c037e8.zip
[caf] Add usage and vcpkg-cmake-wrapper (#14292)
* [caf] Add usage and vcpkg_cmake_wrapper * Update usage
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