Skip to content

douaumont/cmakegen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmakegen

This is a utility command-line program to generate CMakeLists.txt scripts for C++ projects.

Supported args

Name Description Example
cmake-version Minimum CMake version --cmake-version=3.19, -v 3.19
project-name Project name --project-name=Test, -n Test
project-type Project type: executable or library --project-type=library, -t executable
cxx-std C++ standard to be used by the project --cxx-std=23

About

Utility program to generate CMake scripts

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published