add files
This commit is contained in:
21
packages/cpprestsdk.v141.2.10.12.1/build/native/x86/lib/cpprestsdk/cpprestsdk-config.cmake
vendored
Normal file
21
packages/cpprestsdk.v141.2.10.12.1/build/native/x86/lib/cpprestsdk/cpprestsdk-config.cmake
vendored
Normal file
@ -0,0 +1,21 @@
|
||||
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")
|
||||
Reference in New Issue
Block a user