Skip to content

tobim/cmake-init

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

cmake-init

a cmake project generator written in cmake

quick usage:

cmake -B<project-name> -H<path-to-cmake-init>/header-only-library
cd <project-name>
./FINALIZE.sh

advanced usage:

ccmake -B<project-name> -H<path-to-cmake-init>/header-only-library
# -> press 'c' to configure
# -> edit the available variables to match your requirements
# -> press 'c' to update the configuration
# -> press 'g' to generate the project
cd <project-name>
./FINALIZE.sh

About

a cmake project generator written in cmake

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published