Other Books You May Enjoy
If you enjoyed this book, you may be interested in these other books by Packt:
CMake Cookbook
Radovan Bast, Roberto Di Remigio
ISBN: 978-1-78847-071-1
- Configure, build, test, and install code projects using CMake
- Detect operating systems, processors, libraries, files, and programs for conditional compilation
- Increase the portability of your code
- Refactor a large codebase into modules with the help of CMake
- Build multi-language projects
- Know where and how to tweak CMake configuration files written by somebody else
- Package projects for distribution
- Port projects to CMake
The Art of Writing Efficient Programs
Fedor G. Pikus
ISBN: 978-1-80020-811-7
- Discover how to use the hardware computing resources in your programs effectively
- Understand the relationship between memory order and memory barriers
- Familiarize yourself with the performance implications of different data structures...