Kelly Martines
|
e7cd4c506e
|
Build source for unix platforms, instead of just linux
Changed: if defined(__linux__) to: if (defined(__linux__) || defined(__unix__))
|
2021-10-26 17:16:40 +00:00 |
|
Jacob Perron
|
9fc9e81fc1
|
Remove Boost dependency (#235)
It wasn't being used so there's no need to depend on it.
Signed-off-by: Jacob Perron <jacob@openrobotics.org>
|
2021-06-10 15:14:20 -07:00 |
|
Mike Purvis
|
9c432f9bb1
|
Add unix timer tests, clarify tests are only on unix at present, move test builds into separate makefile.
|
2013-11-18 21:35:07 -05:00 |
|