mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 14:59:05 +08:00
7 lines
202 B
Plaintext
7 lines
202 B
Plaintext
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>)
|