Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages