diff options
| author | NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> | 2020-11-10 06:24:18 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-11-09 14:24:18 -0800 |
| commit | 1b5e00a3e3acd51877cd0966f60fa78458c037e8 (patch) | |
| tree | 1fe1158aa27a1c0972b69550ce7804eb449e0a73 /ports/caf/usage | |
| parent | a94f261320398b859e5afb2b4d4c5a574f5d205a (diff) | |
| download | vcpkg-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/usage | 5 |
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 |
