Skip to content

C++ based CMake project skeleton, supporting various frequently used libraries (Boost, OGRE)

Notifications You must be signed in to change notification settings

xytis/cmake-skeleton

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

How to start

  1. Clone template:

    git clone git://github.com/xytis/cmake-skeleton.git ${PROJECT}
    

    Here ${PROJECT} is the directory name of your project.

  2. Change default repository. Assuming you are in project directory:

    git remote rename origin template
    git remote add origin ${REPOSITORY}
    git push -u origin master
    

    Here ${REPOSITORY} is the URL of your public repository (at github or somewhere else).

  3. Replace README.rst with yours.

If you want to update template:

git pull template master
Bitdeli badge

About

C++ based CMake project skeleton, supporting various frequently used libraries (Boost, OGRE)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages