restc-cpp
restc-cpp copied to clipboard
Conan package
Created simple conan package for restc-cpp. It case you will start to provide your own. It is tested on windows with VS2017 as static library with static runtime. Will test other platforms in future.
https://github.com/rhard/restc-cpp-conan
To test it yourself just issue in the package root:
conan create . yourchannel/testing -s compiler="Visual Studio" -s compiler.version=15 -s compiler.runtime=MT
The package based on the last current commit 658c28ee72267d71f0acbf679fcf100cb022327a
Thanks. I noticed that conan had a major upgrade a while ago, and wanted to give it a new try with restc-cpp. I'll take a look at it.