Hi developers,
I'm try to use OCL::logging for realtime logger on my components. But I don't found the method to declare correctly the use of the library OCL::logging on the Linker.
I try to use something directly on my CMakeList.txt like:
target_link_libraries(myDriver ${rtt_PACKAGE_PATH}/install/lib/orocos/${OROCOS_TARGET}/ocl/liborocos-ocl-logging-${OROCOS_TARGET}.so)
but the compilation appear with errors:
> make Makefile:7: This Makefile builds this package with default settings mkdir -p build cd build ; cmake .. Click below to read the rest of this post.
