diff options
author | Dan Vrátil <dvratil@redhat.com> | 2014-12-11 11:07:04 +0100 |
---|---|---|
committer | Dan Vrátil <dvratil@redhat.com> | 2014-12-11 11:07:20 +0100 |
commit | 67d47d893bc582fbd06da8bd93a1c416fa314ca6 (patch) | |
tree | a30004b1c974baef1a700f6647eae2cf43e9f06b /CMakeLists.txt | |
parent | 0fc8477dec805f943e829a662a9e42337ce628ab (diff) | |
download | sink-67d47d893bc582fbd06da8bd93a1c416fa314ca6.tar.gz sink-67d47d893bc582fbd06da8bd93a1c416fa314ca6.zip |
Prototype of Async library
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 514895f..3f86163 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt | |||
@@ -55,4 +55,7 @@ add_subdirectory(dummyresource) | |||
55 | # some tests | 55 | # some tests |
56 | add_subdirectory(tests) | 56 | add_subdirectory(tests) |
57 | 57 | ||
58 | # async library prototype | ||
59 | add_subdirectory(async) | ||
60 | |||
58 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) | 61 | feature_summary(WHAT ALL FATAL_ON_MISSING_REQUIRED_PACKAGES) |