blob: 137f497918430cdc0847d6244d73559e9fa0d26a (
plain)
1
2
3
4
5
6
|
vxl provides CMake targets:
find_package(VXL CONFIG REQUIRED)
include("${VXL_CMAKE_DIR}/UseVXL.cmake")
# Example: numerics library 'vnl'.
target_link_libraries(main PRIVATE $<TARGET_NAME:vnl>)
|