build: streamline CMAKE_MODULE_PATH interaction

This commit is contained in:
Roland Conybeare 2024-03-15 19:37:32 -04:00
commit 20475c59e1
5 changed files with 37 additions and 3 deletions

View file

@ -25,6 +25,17 @@ $ make install
```
(also see .github/workflows/main.yml)
## Examples
Assumes `xo-pyreactor` installed to `~/local2/lib`
```
PYTHONPATH=~/local2/lib:$PYTHONPATH python
>>> import xo_pyreactor
>>> dir(xo_pyreactor)
['AbstractEventProcessor', 'AbstractEventStore', 'AbstractSink', 'AbstractSource', 'CallbackId', 'Reactor', 'ReactorSource', '__doc__', '__file__', '__loader__', '__name__', '__package__', '__spec__', 'time2str']
>>>
```
## Development
### build for unit test coverage