zeek/auxil/vcpkg/ports/libmatio-cpp/matioCppConfig.cmake.in
Patrick Kelley 8fd444092b initial
2025-05-07 15:35:15 -04:00

10 lines
214 B
CMake

@PACKAGE_INIT@
include(CMakeFindDependencyMacro)
# matio already included with targets
find_dependency(unofficial-visit_struct)
find_dependency(Eigen3)
include("${CMAKE_CURRENT_LIST_DIR}/matioCppTargets.cmake")