Hi, I'm having problem with building my project, where I wan't use your library. I written my own CMake module for finding your library, however it doesn't work as excepted. The problem is probably somewhere else than in this CMake module, because it doesn't work with your solution (however edited to fit my needs) either (below this paragraph).
Hi, I'm having problem with building my project, where I wan't use your library. I written my own CMake module for finding your library, however it doesn't work as excepted. The problem is probably somewhere else than in this CMake module, because it doesn't work with your solution (however edited to fit my needs) either (below this paragraph).
This is my CMakeLists.txt file:
This is my FindCurlCPP.cmake module:
And this is what I've done in order to build my project: