Attempt to publicly expose Event subdependency

This commit is contained in:
2024-06-14 12:54:13 -04:00
parent 24de473770
commit cd756f7e61
2 changed files with 5 additions and 3 deletions

View File

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