From 9c2231c8fb45f32c7b1d23e14125bc58ea405e60 Mon Sep 17 00:00:00 2001 From: Felix Morgner Date: Fri, 30 Nov 2018 15:53:53 +0100 Subject: core: implement basic message type --- CMakeLists.txt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index fc0efe2..4056b5a 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -24,10 +24,12 @@ add_library("core" OBJECT "src/control_connection.hpp" "src/control_interface.cpp" "src/control_interface.hpp" + "src/deferred_failure.hpp" "src/environment.cpp" "src/environment.hpp" - "src/deferred_failure.hpp" "src/keyed.hpp" + "src/message.cpp" + "src/message.hpp" "src/optional.hpp" "src/type_wrapper.hpp" "src/xdg.cpp" -- cgit v1.2.3