summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2014-11-21 15:08:39 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2014-11-21 15:08:39 +0100
commit85860fbe47ca5ec24c70966f42a53162d761b91f (patch)
treed64ba3ec411579c3e886b0b6673f726fb99ad3ce /CMakeLists.txt
parent4adae7c3711abbeaa7f03c699a7d366c78f776bc (diff)
downloadsink-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.txt3
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
30add_subdirectory(resource) 30add_subdirectory(resource)
31 31
32# the buffertest
33add_subdirectory(buffertest)
34
32feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) 35feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)