summaryrefslogtreecommitdiff
path: root/src/tools/ocbr/CMakeLists.txt
Commit message (Collapse)AuthorAgeFilesLines
* tools: Use time_utils from toolsDimitri Staessens2019-08-311-0/+5
| | | | | | | | The ocbr tool was still using the non-public time_utils from the library instead of the version in tools. Signed-off-by: Dimitri Staessens <dimitri@ouroboros.rocks> Signed-off-by: Sander Vrijders <sander@ouroboros.rocks>
* build: Allow out-of-tree build of toolsDimitri Staessens2018-02-141-0/+16
This removes the dependencies for the tools on some ouroboros internal headers (endian.h and time_utils.h) so they can be built out-of-tree. The echo-app tool has been renamed oecho and the cbr tool has been renamed ocbr. Signed-off-by: Dimitri Staessens <dimitri.staessens@ugent.be> Signed-off-by: Sander Vrijders <sander.vrijders@ugent.be>