Logo

Contents:

  • Overview
  • CMaize Background
  • Getting Started
    • Quick Introduction to CMake
    • Building a Project That Uses CMaize
    • Using CMaize as Your Build System
      • Obtaining CMaize
      • Example Project using CMake Style Structure
      • Example Project using GNU Style Structure
  • API
  • Developing CMaize
  • Declaring Build Targets
  • Declaring Dependencies
  • References
CMaize
  • Getting Started
  • Using CMaize as Your Build System
  • Edit on GitHub

Using CMaize as Your Build System

This part is for users looking to use CMaize as the build system for their project. First you’ll need to Obtain CMaize. Then check out the two example projects to see examples of CMaize in action.

Contents:

  • Obtaining CMaize
    • Automatically Downloading and Including CMaize
  • Example Project using CMake Style Structure
    • Project Overview
    • Creating the CMakeLists.txt File
    • Building the Project
    • Running the Executable and Tests
    • Final Project Code
  • Example Project using GNU Style Structure
    • Project Overview
    • Creating the CMakeLists.txt File
    • Building the Project
    • Running the Executable and Tests
    • Final Project Code
Previous Next

© Copyright 2020, CMakePP Team.

Built with Sphinx using a theme provided by Read the Docs.