Life4gal / galStarterTemplate

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Root project (galStarterTemplate)

License

More detailed usage examples

About

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

License:The Unlicense


Languages

Language:CMake 60.5%Language:C++ 39.5%