How to use libcurl as a static library with cmake?
问题 I have googled around and can not figure this out. I am trying to learn c++. But my project requires libcurl to work. Now I have not been able after hours of googling for this issue to figure out how I can statically link the libcurl library with my project using cmake. I am developing on Windows 10 64 bit. I believe I am missing quite a few ideas of how exactly everything works with libraries in c++. I could find a few answers partially answering my question but nothing that I could piece