aboutsummaryrefslogtreecommitdiff
path: root/ports/cmocka/usage
diff options
context:
space:
mode:
authormyd7349 <myd7349@gmail.com>2019-05-01 17:19:12 -0500
committerPhil Christensen <philc@microsoft.com>2019-05-01 15:19:12 -0700
commitf47866c4c46da60061e97d752146f8ea2c05b01f (patch)
tree99a4056f66bd3f0204e3eef787ea8c6ba01d65ec /ports/cmocka/usage
parentd3c18ed57e2ed58f922e556bbe1f50a88ea7c716 (diff)
downloadvcpkg-f47866c4c46da60061e97d752146f8ea2c05b01f.tar.gz
vcpkg-f47866c4c46da60061e97d752146f8ea2c05b01f.zip
[cmocka] Add new port (fix #4728) (#5669)
Diffstat (limited to 'ports/cmocka/usage')
-rw-r--r--ports/cmocka/usage5
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/cmocka/usage b/ports/cmocka/usage
new file mode 100644
index 000000000..59f2a5da8
--- /dev/null
+++ b/ports/cmocka/usage
@@ -0,0 +1,5 @@
+The package @PORT@:@TARGET_TRIPLET@ provides CMake targets:
+
+ find_package(@PORT@ CONFIG REQUIRED)
+ target_include_directories(main PRIVATE ${CMOCKA_INCLUDE_DIR})
+ target_link_libraries(main PRIVATE ${CMOCKA_LIBRARIES})