Skip to content

Latest commit

 

History

History
49 lines (33 loc) · 1.65 KB

ReadMe.adoc

File metadata and controls

49 lines (33 loc) · 1.65 KB

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