Page MenuHomePhabricator

cpprestsdk-config.cmake

Authored By
steint
Mar 4 2019, 9:05 AM
Size
410 B
Referenced Files
None
Subscribers
None

cpprestsdk-config.cmake

include(CMakeFindDependencyMacro)
if(ON)
find_dependency(ZLIB)
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")

File Metadata

Mime Type
text/plain
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
596177
Default Alt Text
cpprestsdk-config.cmake (410 B)

Event Timeline