how to structure a project to build multiple binaries?
Posted: Mon Feb 18, 2019 4:42 pm
I would like to build a number of small utilities and test programs along with the main application in my project. Can anyone point me at an example or "best practice" of how to use the build system to do this? (Preferably using GNU make rather than CMake.)