diff options
| author | congzhangzh <congzhangzh@users.noreply.github.com> | 2018-03-08 09:19:20 +0800 |
|---|---|---|
| committer | Robert Schumacher <roschuma@microsoft.com> | 2018-03-07 17:19:20 -0800 |
| commit | a6d56f88e5bb29c99b198e4ff2eee6bed24d4423 (patch) | |
| tree | e407079a3fe0e76329ec7e575a12f7e71819d437 /ports/armadillo/usage | |
| parent | 1b4bc5e27eeb037c299d3f57e9bed7e3c20c6d76 (diff) | |
| download | vcpkg-a6d56f88e5bb29c99b198e4ff2eee6bed24d4423.tar.gz vcpkg-a6d56f88e5bb29c99b198e4ff2eee6bed24d4423.zip | |
add armadillo (#2954)
* init add armadillo
* [armadillo] Disable wrapper lib. Generate appropriate cmake usage information.
Diffstat (limited to 'ports/armadillo/usage')
| -rw-r--r-- | ports/armadillo/usage | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ports/armadillo/usage b/ports/armadillo/usage new file mode 100644 index 000000000..26d82f0ef --- /dev/null +++ b/ports/armadillo/usage @@ -0,0 +1,5 @@ +The package armadillo is compatible with built-in CMake targets:
+
+ find_package(Armadillo CONFIG REQUIRED)
+ target_include_directories(main PRIVATE ${ARMADILLO_INCLUDE_DIRS})
+ target_link_libraries(main PRIVATE ${ARMADILLO_LIBRARIES})
|
