mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-30 13:09:01 +08:00
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})
|