]> Git repositories of Lucie Scarlet - cmakegen.git/commit
[cmakegen] Made invalid flags error out
authorLucie Scarlet <lucie@scarlet.moe>
Fri, 26 Jul 2024 08:47:11 +0000 (10:47 +0200)
committerLucie Scarlet <lucie@scarlet.moe>
Fri, 26 Jul 2024 08:47:11 +0000 (10:47 +0200)
commit4c352f642c7297cc8d1a9f96202b88178564d1b0
tree9d4f7efc06b98224ab81763231db6505564b9f25
parentdf4ec2674d6ee092faa8a08a25ca92df7bfe0dbb
[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.
cmakegen