Tags
Language
Tags
October 2025
Su Mo Tu We Th Fr Sa
28 29 30 1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31 1
    Attention❗ To save your time, in order to download anything on this site, you must be registered 👉 HERE. If you do not have a registration yet, it is better to do it right away. ✌

    ( • )( • ) ( ͡⚆ ͜ʖ ͡⚆ ) (‿ˠ‿)
    SpicyMags.xyz

    Modern CMake for C++: Effortlessly build cutting-edge C++ code and deliver high-quality solutions

    Posted By: naag
    Modern CMake for C++: Effortlessly build cutting-edge C++ code and deliver high-quality solutions

    Modern CMake for C++: Effortlessly build cutting-edge C++ code and deliver high-quality solutions
    English | May 28, 2024 | ISBN: 1805121804 | 504 pages | EPUB (True) | 9.38 MB

    Gain proficiency in CMake and unlock the complete potential of C++ to develop exceptional projects

    Get With Your Book: PDF Copy, AI Assistant, and Next-Gen Reader Free

    Key Features
    Get to grips with CMake and take your C++ development skills to enterprise standards
    Use hands-on exercises and self-assessment questions to lock-in your learning
    Understand how to build in an array of quality checks and tests for robust code
    Book Description
    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.

    What you will learn
    Understand best practices to build ++ code
    Gain practical knowledge of the CMake language
    Guarantee code quality with tests and static and dynamic analysis
    Discover how to manage, discover, download, and link dependencies with CMake
    Build solutions that can be reused and maintained in the long term
    Understand how to optimize build artifacts and the build process
    Program modern CMake and manage your build processes
    Acquire expertise in complex subjects such as CMake presets
    Who this book is for
    The book is for build engineers and software developers with knowledge of C/C++ programming who are looking to learn CMake to automate the process of building small and large software solutions. If you’re just getting started with CMake, a long-time GNU Make user, or simply looking to brush up on the latest best practices, this book is for you.

    Table of Contents
    First Steps with CMake
    The CMake Language
    Using CMake in Popular IDEs
    Setting Up Your First CMake Project
    Working with Targets
    Using Generator Expressions
    Compiling C++ Sources with CMake
    Linking Executables and Libraries
    Managing Dependencies in CMake
    Using the C++20 Modules
    Testing Frameworks
    Program Analysis Tools
    Generating Documentation
    Installing and Packaging
    Creating Your Professional Project
    Writing CMake Presets
    Appendix