aboutsummaryrefslogtreecommitdiff
path: root/ports/armadillo/usage
diff options
context:
space:
mode:
authorwangli28 <47812810+wangli28@users.noreply.github.com>2019-07-19 15:30:09 +0800
committerPhil Christensen <philc@microsoft.com>2019-07-19 00:30:09 -0700
commitcf9820bb86565fc21b68890749c8954c9cff1778 (patch)
tree0c86ad6d97ac9942a7e4690a1e4e0b0846b8d4f0 /ports/armadillo/usage
parent8f77d4fe06ea5ef57f1e8055f84ab2b1de66864e (diff)
downloadvcpkg-cf9820bb86565fc21b68890749c8954c9cff1778.tar.gz
vcpkg-cf9820bb86565fc21b68890749c8954c9cff1778.zip
[armadillo] Fix installation path (#7041)
Diffstat (limited to 'ports/armadillo/usage')
-rw-r--r--ports/armadillo/usage4
1 files changed, 4 insertions, 0 deletions
diff --git a/ports/armadillo/usage b/ports/armadillo/usage
new file mode 100644
index 000000000..58066f6a9
--- /dev/null
+++ b/ports/armadillo/usage
@@ -0,0 +1,4 @@
+The package armadillo provides CMake targets:
+
+ find_package(Armadillo CONFIG REQUIRED)
+ target_link_libraries(main PRIVATE ${ARMADILLO_LIBRARIES})