Re: [CMake] static library linking problem

2013-05-14 Thread Andreas Mohr
On Tue, May 14, 2013 at 08:47:36PM -0400, cmake-requ...@cmake.org wrote: > Date: Tue, 14 May 2013 19:05:13 -0400 > From: Vojt?ch Nov?k > I am getting this error: > > undefined reference to `ccv_read_impl(...)' > and more undefined references to the stuff from the library As has been clarified

Re: [CMake] static library linking problem

2013-05-14 Thread Sascha Cunz
Am Dienstag, 14. Mai 2013, 19:05:13 schrieb Vojtěch Novák: > hello, > I'm working on a C++ package for ROS (robot operating system) that uses a C > library libccv.a. ROS uses CMake which is why I am asking here. Asking at > ROS answers did not help and I am totally stuck. [...] From a quick loo

[CMake] static library linking problem

2013-05-14 Thread Vojtěch Novák
hello, I'm working on a C++ package for ROS (robot operating system) that uses a C library libccv.a. ROS uses CMake which is why I am asking here. Asking at ROS answers did not help and I am totally stuck. here is the relevant part of my CMakeLists.txt: set(SOURCES src/${PROJECT_NAME}.cpp src/Ro