diff options
author | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-05-25 11:17:05 +0200 |
---|---|---|
committer | Sander Vrijders <sander.vrijders@intec.ugent.be> | 2016-05-25 11:17:05 +0200 |
commit | 8ade85d2084433198f050978b2f0ec8347efd37d (patch) | |
tree | 5683238d604d983afe850f7b920078802f395ced /src/tools/CMakeLists.txt | |
parent | 82622409f7b32b697581837a9392a83342a45ad6 (diff) | |
parent | bfe91f5a07bf8ad0e0da0fd8079411b3a66e4a79 (diff) | |
download | ouroboros-8ade85d2084433198f050978b2f0ec8347efd37d.tar.gz ouroboros-8ade85d2084433198f050978b2f0ec8347efd37d.zip |
Merged in dstaesse/ouroboros/be-tools-cbr (pull request #110)
tools, lib: cbr tool for bandwidth testing
Diffstat (limited to 'src/tools/CMakeLists.txt')
-rw-r--r-- | src/tools/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tools/CMakeLists.txt b/src/tools/CMakeLists.txt index 73b749f8..9f5e6fbe 100644 --- a/src/tools/CMakeLists.txt +++ b/src/tools/CMakeLists.txt @@ -1,2 +1,3 @@ add_subdirectory(irm) add_subdirectory(echo) +add_subdirectory(cbr) |