Skip to content

trprice/cmake_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cmake_tutorial

A Tutorial for CMake with a few more details than the official CMake Tutorial. The official tutorial can be found at the following link:

http://www.cmake.org/cmake/help/cmake_tutorial.html

Many of the items from steps 1 - 3 have been implemented with the following changes:

1.) A build directory is being used to keep the build files separate from the source files. 2.) Although they aren't strictly necessary for this example, the output directory variables make it clear where items should go.

About

A Tutorial for CMake with a few more details than the official CMake Tutorial

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages