Hello, I am novice in build system. I use cmake. I have to indicate to cmake where it can find openssl library. 1) which library have I to include ? In /lib/ directory, there is /lib/libssl.so.0.9.8 , in /lib/usr/ directory there are : /usr/lib/libssl.so /usr/lib/libssl.so.0.9.8 /usr/lib/libssl.a /usr/lib/libssl3.so /usr/lib/libssl3.so.1d /usr/lib/pkgconfig/libssl.pc /usr/lib/firefox-3.6.13/libssl3.so
2) what kind of expression have I to add in CMakeLists.txt and CMakeCache.txt ? Thanks for your help.