aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/libxmlmm/unofficial-libxmlmm-config.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'vcpkg/ports/libxmlmm/unofficial-libxmlmm-config.cmake')
-rw-r--r--vcpkg/ports/libxmlmm/unofficial-libxmlmm-config.cmake3
1 files changed, 3 insertions, 0 deletions
diff --git a/vcpkg/ports/libxmlmm/unofficial-libxmlmm-config.cmake b/vcpkg/ports/libxmlmm/unofficial-libxmlmm-config.cmake
new file mode 100644
index 0000000..b56118b
--- /dev/null
+++ b/vcpkg/ports/libxmlmm/unofficial-libxmlmm-config.cmake
@@ -0,0 +1,3 @@
+include(CMakeFindDependencyMacro)
+find_dependency(LibXml2)
+include("${CMAKE_CURRENT_LIST_DIR}/unofficial-libxmlmm-targets.cmake")