summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
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)