aboutsummaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@gmail.com>2018-12-07 18:54:55 +0100
committerFelix Morgner <felix.morgner@gmail.com>2018-12-07 18:54:55 +0100
commit4f8e1060a308015d343b51de6b00e2102934f69a (patch)
tree2eb53d841c9f1bdb28573e79fd9554072c7dd43e /CMakeLists.txt
parent34856069f596fc5b88f496153f17c16047d4001a (diff)
downloadwanda-4f8e1060a308015d343b51de6b00e2102934f69a.tar.xz
wanda-4f8e1060a308015d343b51de6b00e2102934f69a.zip
core: implement 'unexpect'
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 6326c05..86de9c9 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -34,6 +34,7 @@ set(WANDA_CORE_HEADERS
"src/control_connection.hpp"
"src/deferred_failure.hpp"
"src/environment.hpp"
+ "src/expected.hpp"
"src/keyed.hpp"
"src/message.hpp"
"src/optional.hpp"