Files
WebView2Browser/packages/cpprestsdk.v141.2.10.12.1/build/native/x86/lib/cpprestsdk/cpprestsdk-config.cmake
2025-07-07 09:39:03 +08:00

22 lines
447 B
CMake

include(CMakeFindDependencyMacro)
if(ON)
find_dependency(ZLIB)
endif()
if(OFF)
find_dependency(unofficial-brotli)
endif()
if(ON)
find_dependency(OpenSSL)
endif()
if(ON AND OFF)
if(UNIX)
find_dependency(Boost COMPONENTS random system thread filesystem chrono atomic date_time regex)
else()
find_dependency(Boost COMPONENTS system date_time regex)
endif()
endif()
include("${CMAKE_CURRENT_LIST_DIR}/cpprestsdk-targets.cmake")