azure-sdk-for-cpp/cmake-modules
Victor Vazquez cd2a8a3812
cmake updates for building transport adapters (#706)
Adding CMake module to enable/disable transport adapters

TRANSPORT ADAPTER BUILD  
Default: If no option is explicitly added, curl will be used for POSIX and WIN HTTP for WIndows 
 Windows: Both CURL and WIN_HTTP can be build to be used.                                        
POSIX: Only CURL is acceptable. If WIN_HTTP is set, generate step will fail for user            

Defines `BUILD_WIN_HTTP_TRANSPORT_ADAPTER` and `BUILD_CURL_HTTP_TRANSPORT_ADAPTER` for source code
 
Fixes #350
2020-10-10 00:08:57 +00:00
..
AddGoogleTest.cmake Pin package version (#688) 2020-09-25 13:46:53 -07:00
az_version.cmake Use version.hpp for package versions (#572) 2020-09-02 18:53:46 -07:00
DefinePlatform.cmake Memory Stream - File Stream (win/lin) - HTTP Request / Response - Updates (#236) 2020-07-03 22:22:16 -07:00
DefineTransportAdapter.cmake cmake updates for building transport adapters (#706) 2020-10-10 00:08:57 +00:00
doxygen_common.cmake Add docs.microsoft.com artifact generation (#576) 2020-09-03 21:08:30 -07:00
global_compile_options.cmake Adding http request (#41) 2020-03-26 11:38:07 -07:00