Add project

This commit is contained in:
2026-06-28 05:50:35 -04:00
commit 1671aca835
10 changed files with 889 additions and 0 deletions

3
cmake/spdlog.cmake Normal file
View File

@@ -0,0 +1,3 @@
CPMAddPackage(
URI "gh:gabime/spdlog@1.17.0"
)