aboutsummaryrefslogtreecommitdiff
path: root/vcpkg/ports/mosquitto/unofficial-mosquitto-config.cmake
blob: 57c6cb2bf87c20f5cf877db69136f043912b882d (plain)
1
2
3
4
5
6
7
8
9
10
if("@WITH_STATIC_LIBRARIES@")
    include(CMakeFindDependencyMacro)
    find_dependency(OpenSSL)
    if(WIN32 AND NOT MINGW)
        find_dependency(Pthreads4W)
    else()
        find_dependency(Threads)
    endif()
endif()
include("${CMAKE_CURRENT_LIST_DIR}/unofficial-mosquitto-targets.cmake")