Skip to content

andremagri/cmake_tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

CMake tutorial

A short list showing the main commands using cmake in command line

Generating and building a project

Considering you are in the root directory of the project (the one that has the main CMakeLists.txt).

Generate the project

mkdir build
cd build
cmake ..

Build the project

Assuming you are in the build directory:

cmake --build .

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors