aboutsummaryrefslogtreecommitdiff
path: root/ports/armadillo/usage
blob: 26d82f0efda573ad9a9fea76ad8f79b157ed9ef1 (plain)
1
2
3
4
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})