Merge remote-tracking branch 'origin/main'

This commit is contained in:
2024-06-19 11:25:01 -04:00

View File

@@ -19,7 +19,7 @@ Include this repository as a CPM dependency, and link against the library.
```cmake
CPMAddPackage(
NAME jlog
URL https://git.redacted.cc/josh/jlog/archive/Prerelease-2.zip
URL https://git.redacted.cc/josh/jlog/archive/Prerelease-7.zip
)
# ...
include_directories(${jlog_SOURCE_DIR}/include)