Ps3 tutorial "Add the following line to your CMakeLists.txt file" where?
I'm going through the PS3 tutorials hoping to learn how to control a quadrotor using ros with a controler. In the tutorial Writing a Teleoperation Node for the PS3 Joystick you are told to add to the CMakeList.text file rosbuild_add_executable(turtle_teleop_ps3joy src/turtle_teleop_ps3joy.cpp) and then run rosbuild on your file. I'm not sure how to do this? In which CMakeList do I add this? In the src file in my workspace? Or in the package I'm working in? And were in the CMakeList do I add it?