aboutsummaryrefslogtreecommitdiff
path: root/ports/mosquitto/usage
diff options
context:
space:
mode:
authorLily <47812810+LilyWangL@users.noreply.github.com>2020-08-01 02:35:46 +0800
committerGitHub <noreply@github.com>2020-07-31 11:35:46 -0700
commit103939fa9b8bff139e36fce0554977050baa82f9 (patch)
tree06c201e9bf6fb6c6db9711f15ea5b651df1e259e /ports/mosquitto/usage
parentcd6c4e19fa4a7fcffdace70988454e51ddc35376 (diff)
downloadvcpkg-103939fa9b8bff139e36fce0554977050baa82f9.tar.gz
vcpkg-103939fa9b8bff139e36fce0554977050baa82f9.zip
[mosquitto] Add vcpkg-cmake-wrapper.cmake and vcpkg.json (#12536)
Diffstat (limited to 'ports/mosquitto/usage')
-rw-r--r--ports/mosquitto/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/mosquitto/usage b/ports/mosquitto/usage
new file mode 100644
index 000000000..1f4e6735c
--- /dev/null
+++ b/ports/mosquitto/usage
@@ -0,0 +1,5 @@
+The package mosquitto provides CMake targets:
+
+ find_package(mosquitto REQUIRED)
+ target_include_directories(main PRIVATE ${MOSQUITTO_INCLUDE_DIRS})
+ target_link_libraries(main PRIVATE ${MOSQUITTO_LIBRARIES})