Fixing more typos in README.md

This commit is contained in:
2024-06-14 13:01:32 -04:00
parent cd756f7e61
commit 8df5a62597

View File

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