feat: use CMake to generate library version info.

- use CMake to produce YYCC version header when configuring.
This commit is contained in:
2024-11-03 18:52:02 +08:00
parent 831fa130bc
commit 0b7e58c8e8
4 changed files with 15 additions and 3 deletions

1
.gitignore vendored
View File

@ -1,5 +1,6 @@
# -------------------- Output --------------------
out/
src/YYCC/YYCCVersion.hpp
CMakeSettings.json
# -------------------- VSCode --------------------