On Mon, Jan 17, 2011 at 06:24:58PM +0000, [email protected] wrote: > ln -s lib/libfreenect.so.0.0 lib/libfreenect.so
For this specific problem, check out: http://www.cmake.org/cmake/help/cmake-2-8-docs.html#prop_tgt:SOVERSION > Should I use: add_custom_command ? For the general problem of running arbitrary commands that CMake doesn't already know how to do, add_custom_command() is the right track. _______________________________________________ Powered by www.kitware.com Visit other Kitware open-source projects at http://www.kitware.com/opensource/opensource.html Please keep messages on-topic and check the CMake FAQ at: http://www.cmake.org/Wiki/CMake_FAQ Follow this link to subscribe/unsubscribe: http://www.cmake.org/mailman/listinfo/cmake
