01_01
All checks were successful
Build / Build (push) Successful in 3m33s

This commit is contained in:
2026-05-31 23:22:58 -04:00
parent 77f8afb1f3
commit c2a9187071
7 changed files with 90 additions and 2 deletions

6
cmake/dotenv.cmake Normal file
View File

@@ -0,0 +1,6 @@
CPMAddPackage (
NAME dotenv-cpp
GIT_REPOSITORY "https://github.com/laserpants/dotenv-cpp"
GIT_TAG master
OPTIONS "BUILD_DOCS OFF"
)