Hi all,

In my project, I've to change BRL-CAD tools in a library for re-usability.

What I was thinking, following is small idea about:
   1. Editing code (changing main functions to some new function) and
writing header files for the same.
   2. Compiling it for dynamic linking
            gcc -Wall -fPIC -c *.c
            gcc -shared -Wl,-soname,libctest.so.1 -o libctest.so.1.0 *.o

But I  think instead of compiling and linking manually I need to edit
CMakeLists.txt. I'm doubtful what I've to do?

What should I read about cmake? What am I missing?


-- 
*Anoop Malav**
*
------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
BRL-CAD Developer mailing list
brlcad-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-devel

Reply via email to