vcpkg/ports/libxmlmm/unofficial-libxmlmm-config.cmake
2024-10-26 02:15:57 -07:00

4 lines
130 B
CMake

include(CMakeFindDependencyMacro)
find_dependency(LibXml2)
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-libxmlmm-targets.cmake")