diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-11-21 15:08:39 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2014-11-21 15:08:39 +0100 |
commit | 85860fbe47ca5ec24c70966f42a53162d761b91f (patch) | |
tree | d64ba3ec411579c3e886b0b6673f726fb99ad3ce /CMakeLists.txt | |
parent | 4adae7c3711abbeaa7f03c699a7d366c78f776bc (diff) | |
download | sink-85860fbe47ca5ec24c70966f42a53162d761b91f.tar.gz sink-85860fbe47ca5ec24c70966f42a53162d761b91f.zip |
A buffertest that currently does nothing else than writing a buffer to a file.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r-- | CMakeLists.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 469c5c3..e0e3796 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -29,4 +29,7 @@ add_subdirectory(client) | |||
29 | # the resource | 29 | # the resource |
30 | add_subdirectory(resource) | 30 | add_subdirectory(resource) |
31 | 31 | ||
32 | # the buffertest | ||
33 | add_subdirectory(buffertest) | ||
34 | |||
32 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) | 35 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) |