From 91012d9af758a48c4c57fc940dfcc8a581fa46ac Mon Sep 17 00:00:00 2001 From: Dimitri Staessens Date: Wed, 14 Feb 2018 13:55:00 +0100 Subject: build: Allow out-of-tree build of tools 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 Signed-off-by: Sander Vrijders --- src/tools/CMakeLists.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/tools/CMakeLists.txt') diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt index e8181d5f..b81e5439 100644 --- a/src/tools/CMakeLists.txt +++ b/src/tools/CMakeLists.txt @@ -1,5 +1,5 @@ add_subdirectory(irm) -add_subdirectory(echo) -add_subdirectory(cbr) +add_subdirectory(ocbr) +add_subdirectory(oecho) add_subdirectory(oping) add_subdirectory(operf) -- cgit v1.2.3