Skip to content

yboz/cmake-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmake-template

A project template for open source C++ projects built with CMake

Project structure

The important files are

Building Eclipse project files

CMake can build your eclipse project import files.

mkdir build;cd build
cmake -G "Eclipse CDT4 - Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -DCMAKE_ECLIPSE_MAKE_ARGUMENTS=-j8 ../

To import such CMake project into eclipse, the cmake4eclipse plugin is recommended.

About

A CMake project template for open source C++ projects

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors