Skip to content

chalonverse/CMakeSamples

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMake Samples

This repo contains sample projects demonstrating basic CMake functionality.

How to Build (in a UNIX shell)

  1. Make a build directory mkdir build (this isn’t technically required, but it’s good to separate the temp build data from the rest!)
  2. Change to the build directory cd build
  3. Tell cmake to generate data for platform-specific build system cmake ..
  4. Tell cmake to execute platform-specific build commands cmake --build .

About

Sample projects using CMake

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published