mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-27 02:39:08 +08:00
a6d56f88e5
* init add armadillo * [armadillo] Disable wrapper lib. Generate appropriate cmake usage information.
6 lines
249 B
Plaintext
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})
|