]> Git repositories of Lucie Scarlet - cmakegen.git/log
cmakegen.git
2 months ago[cmakegen] Made invalid flags error out
Lucie Scarlet [Fri, 26 Jul 2024 08:47:11 +0000 (10:47 +0200)]
[cmakegen] Made invalid flags error out

Instead of creating a C++ project when you misset argv[1], eg. `cmakegen
0c` instead of `cmakegen -c`.
Also made it easier to add other flags in the future.
Might clean it up more though.

3 months agoAdded README and install script
Lucie Scarlet [Fri, 12 Jul 2024 10:34:36 +0000 (12:34 +0200)]
Added README and install script

Run `./install.sh` to install cmakegen

3 months agoAdded feedback for what project it generates for
Lucie Scarlet [Fri, 12 Jul 2024 10:27:03 +0000 (12:27 +0200)]
Added feedback for what project it generates for

3 months agoAdded support for C
Lucie Scarlet [Fri, 12 Jul 2024 10:21:27 +0000 (12:21 +0200)]
Added support for C

Added flag `-c' for C generation

3 months agoUpdated CMake version
Lucie Scarlet [Fri, 12 Jul 2024 10:20:49 +0000 (12:20 +0200)]
Updated CMake version

3 months agoInitial commit
Lucie Scarlet [Thu, 4 Jul 2024 18:50:20 +0000 (20:50 +0200)]
Initial commit