What is the simple process to add my external .so in Cmake. I want to know the exact location to where it needs to be added. And also for the include directories path. Please suggest the simplest way. I am a newB in CMake.
Suppose my external .so file is libclutter-1.0.so which is present in bin/res folder.
Please tell how can i add it into the CMake?