feat: add arg parser feature but not finished

This commit is contained in:
2024-07-28 22:42:16 +08:00
parent f997990af6
commit 35318505e4
7 changed files with 481 additions and 49 deletions

View File

@ -1,6 +1,6 @@
cmake_minimum_required(VERSION 3.23)
project(YYCC
VERSION 1.1.0
VERSION 1.2.0
LANGUAGES CXX
)