Skip to content

devorbitpc/CMakeIntroduction

Repository files navigation

Introduction

When it comes to build systems, the need of brief and comprehensible notes on most important concepts using CMake as build system is rare. I hope the following effort can help other developers too. What follows is just important notes, furthermore, beforehand and after if needed, one must add to his acquired knowledge.

Getting Started

Clone the repository.

Git: git clone ...

Build and Test

If you are a beginner, for learning follow instructions described in CMake_Notes.txt so being able to build using CMake.

Cmake: cmake --build build-path

Contribute

I appreciate any contribution from anyone, who sees that the project deserves his precious time.

References

CMake - Introduction and best practices
Introduction to CMake by Example
Building Pyramids
cmake-cpp-project on GitHub
Stackoverflow
CMakeHelpers on GitHub
Microsoft Documentation
CMake Documentation
VCpkg Documentation

Copyright

Refer to license file provided within SOFTWARE itself.

Releases

No releases published

Packages

No packages published