Fixing more typos in README.md
This commit is contained in:
@@ -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)
|
||||
|
||||
|
||||
```
|
||||
|
Reference in New Issue
Block a user