Session 6: Build automation with CMake
Resources
Zoom meeting link for today's session is available in the Bookmarks on the course Slack channel.
To create the starter repository for today's session please click hereLink opens in a new window
Programme
Build Automation with CMakeLink opens in a new window |
We start to modularise the functionality in our program to make it easier to work with and give it logical structure. We then use the CMake build tool to automate the compilation of the program from the component sources, break the build down into a main application and an implementation library, and finally package everything up. |