/galStarterTemplate

Useful CMake Examples.Also A Modern CMake Template for Beginner.

Primary LanguageCMakeThe UnlicenseUnlicense

galStarterTemplate

Introduction

CMake is a cross-platform open-source meta-build system which can build,
test and package software.It can be used to support multiple native build environments
including make, Apple’s xcode and Microsoft Visual Studio.

Requirements

The basic requirements for most examples are:

  • ✓ CMake v3.12+

  • ✓ A c++ compiler (defaults to gcc)

  • ❏ make

Examples

Root project (galStarterTemplate)

License

More detailed usage examples