2

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?

  • You mentioned npapi; is this a firebreath plugin, or are you just using cmake? – taxilian Dec 12 '12 at 16:56
  • You will have to write a very simple CMakeLists.txt file and then use the cmake utility. The problem for a newbie remains how to write one such file. The very basic steps to write one can be seen in an example given in the article ["How to write CMakeLists.txt" here](http://preetisblog.com/programming/how-to-write-cmakelists-txt/). I hope that helps. – Jappi Bains Dec 11 '12 at 12:26

0 Answers0