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 514895f..3f86163 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -55,4 +55,7 @@ add_subdirectory(dummyresource)
55# some tests 55# some tests
56add_subdirectory(tests) 56add_subdirectory(tests)
57 57
58# async library prototype
59add_subdirectory(async)
60
58feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) 61feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES)