On Tuesday 25 October 2011, David Boesner wrote: > Hi, > > I want to link a .so file with a executable. > how do I do that? Use target_link_libraries(). And maybe find_library() before, depending on where that library comes from. Giving some more information and also using a suitable subject would make helping easier. Alex