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

Re: [CMake] Backslashes in path names on Windows?

2013-01-25 Thread Sascha Cunz
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

Re: [CMake] How to get special target's source directory

2012-09-06 Thread Sascha Cunz
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