-
Book Overview & Buying
-
Table Of Contents
Minimal CMake
By :
This brings us to the end of our CMake journey. The idea with this book has always been to try and share the best bits of CMake without getting hung up on the minutiae (there has undoubtedly been some minutiae, granted, but it could have been much worse). The idea was to show working, practical examples you can use and learn from. Without seeing a tool such as CMake in action, it makes it next to impossible to appreciate what it can do and to be able to start to understand it. We’ve covered a lot of ground, and you hopefully have the tools available to start building your own libraries and applications, as well as integrating what you build with incredible open source software that’s easier than ever to use.
With all that said, there’s still a lot we haven’t covered and a lot more to learn. If you’re interested in using CMake to build code for other platforms (for example, Android or iOS), toolchain files are something to investigate...