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
Am Freitag, 25. Januar 2013, 12:52:07 schrieb Kent Williams:
> I am testing a ITK patch I'm working on in Windows. That involves entering
> a path in cmake-gui or ccmake. The first time I tried it, I entered the
> path 'windows-wise' with backslashes as path separators.
>
> That caused a syntax
Hi, Yuchen,
On Friday, September 07, 2012 08:43:02 AM Loaden wrote:
> Hi, list!
> I have a library target named 'TestLib', path is
> "./src/libs/testlib_src_dir'
> And now I made a execute named 'TestApp', path is './src/app'
>
> I try to link TestLib using:
> target_link_libraries(TestApp TestLi