Linking external libraries to ROS
Hi all, I know this is something every c++ programmer has to know, but i'm java programmer and just started learning C++ and ROS. If I have compiling flags like the following to compile a C++ program (not in ROS), how do I integrate this to a ROS program and modify my manifest or CMakeFiles?
-l Festival -I/usr/include/festival -I/usr/lib/speech_tools/include -leststring -lestools -lestbase
EDIT: and are there any other settings that I have to do? like, setting dependencies for example (if that even makes sense)?