What's the meaning of "Don't forget to add the script to the CMakeLists.txt install rule"
I am parctising this web page:
http://wiki.ros.org/tf2/Tutorials/Wri...
There is one sentence:
Don't forget to add the script to the CMakeLists.txt install rule, reinvoke catkin_make_isolated and use your terminal with the devel_isolated/setup.bash sourced.
I don't understand the meaning of "Don't forget to add the script to the CMakeLists.txt install rule", what should be done according to it?
What scirpt? Where to add?
Thanks.