diff options
| author | Felix Morgner <felix.morgner@gmail.com> | 2018-11-30 15:53:53 +0100 |
|---|---|---|
| committer | Felix Morgner <felix.morgner@gmail.com> | 2018-11-30 15:53:53 +0100 |
| commit | 9c2231c8fb45f32c7b1d23e14125bc58ea405e60 (patch) | |
| tree | 907b72521a0c8bf03c99432817be11ddc12eef3a /CMakeLists.txt | |
| parent | 106eb9578179b04dbe9278e3197391db168e6ebb (diff) | |
| download | wanda-9c2231c8fb45f32c7b1d23e14125bc58ea405e60.tar.xz wanda-9c2231c8fb45f32c7b1d23e14125bc58ea405e60.zip | |
core: implement basic message type
Diffstat (limited to 'CMakeLists.txt')
| -rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 3 insertions, 1 deletions
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" |
