vcpkg/ports/xmlsec/unofficial-xmlsec-config.cmake

5 lines
153 B
CMake
Raw Normal View History

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