vcpkg/ports/armadillo/usage
congzhangzh a6d56f88e5 add armadillo (#2954)
* init add armadillo

* [armadillo] Disable wrapper lib. Generate appropriate cmake usage information.
2018-03-07 17:19:20 -08:00

6 lines
249 B
Plaintext

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})