Modern CMake for C++. Effortlessly build cutting-edge C++ code and deliver high-quality solutions - Second Edition - Helion
Tytuł oryginału: Modern CMake for C++. Effortlessly build cutting-edge C++ code and deliver high-quality solutions - Second Edition
ISBN: 9781805123361
stron: 502, Format: ebook
Data wydania: 2024-05-28
Księgarnia: Helion
Cena książki: 139,00 zł
Modern CMake for C++ isn't just another reference book, or a repackaging of the documentation, but a blueprint to bridging the gap between learning C++ and being able to use it in a professional setting. It's an end-to-end guide to the automation of complex tasks, including building, testing, and packaging software.
This second edition is significantly rewritten, restructured and refreshed with latest additions to CMake, such as support of C++20 Modules.
In this book, you'll not only learn how to use the CMake language in CMake projects but also discover how to make those projects maintainable, elegant, and clean. As you progress, you'll dive into the structure of source directories, building targets, and packages, all while learning how to compile and link executables and libraries. You'll also gain a deeper understanding of how those processes work and how to optimize builds in CMake for the best results. You'll discover how to use external dependencies in your project – third-party libraries, testing frameworks, program analysis tools, and documentation generators. Finally, you'll gain profi ciency in exporting, installing, and packaging for internal and external purposes.
By the end of this book, you'll be able to use CMake confi dently at a professional level.
Osoby które kupowały "Modern CMake for C++. Effortlessly build cutting-edge C++ code and deliver high-quality solutions - Second Edition", wybierały także:
- Windows Media Center. Domowe centrum rozrywki 66,67 zł, (8,00 zł -88%)
- Ruby on Rails. Ćwiczenia 18,75 zł, (3,00 zł -84%)
- Przywództwo w świecie VUCA. Jak być skutecznym liderem w niepewnym środowisku 58,64 zł, (12,90 zł -78%)
- Scrum. O zwinnym zarządzaniu projektami. Wydanie II rozszerzone 58,64 zł, (12,90 zł -78%)
- Od hierarchii do turkusu, czyli jak zarządzać w XXI wieku 58,64 zł, (12,90 zł -78%)
Spis treści
Modern CMake for C++. Effortlessly build cutting-edge C++ code and deliver high-quality solutions - Second Edition eBook -- spis treści
- 1. First Steps with CMake
- 2. The CMake Language
- 3. Using CMake in Popular IDEs
- 4. Setting Up Your First CMake Project
- 5. Working with Targets
- 6. Using Generator Expressions
- 7. Compiling C++ Sources with CMake
- 8. Linking Executables and Libraries
- 9. Managing Dependencies in CMake
- 10. Using the C++20 Modules
- 11. Testing Frameworks
- 12. Program Analysis Tools
- 13. Generating Documentation
- 14. Installing and Packaging
- 15. Creating Your Professional Project
- 16. Writing CMake Presets
- 17. Appendix