diff options
Diffstat (limited to 'vcpkg/ports/vxl/usage')
| -rw-r--r-- | vcpkg/ports/vxl/usage | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/vcpkg/ports/vxl/usage b/vcpkg/ports/vxl/usage new file mode 100644 index 0000000..137f497 --- /dev/null +++ b/vcpkg/ports/vxl/usage @@ -0,0 +1,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>) |