diff options
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) |