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
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
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