How to link headerfile and sourcefile by C++
Hello,
I would like to divide programs into source files and header files in src folder. What do I need to link the some code ? Do I need to edit CMakeLists.txt?
For example :ekf_localization https://github.com/cra-ros-pkg/robot_...
There are many programs in src folder and they are capable of linking one another. What do I need to link to some proglams such as them?
Please let me know.