From 1b5e00a3e3acd51877cd0966f60fa78458c037e8 Mon Sep 17 00:00:00 2001 From: NancyLi1013 <46708020+NancyLi1013@users.noreply.github.com> Date: Tue, 10 Nov 2020 06:24:18 +0800 Subject: [caf] Add usage and vcpkg-cmake-wrapper (#14292) * [caf] Add usage and vcpkg_cmake_wrapper * Update usage --- ports/caf/usage | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 ports/caf/usage (limited to 'ports/caf/usage') 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 -- cgit v1.2.3