Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
ekyc-libcpprest-dev / usr / local / lib / cpprestsdk / cpprestsdk-config.cmake
Size: Mime:
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")