From 904a4ce55f4a731e4c3e47a34e6027c3c36a2494 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicol=C3=A1s=20Ortega=20Froysa?= Date: Fri, 17 Nov 2017 17:20:35 +0100 Subject: [PATCH] Add message.cpp to build. --- CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index c0ae266..9c7016e 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -41,6 +41,7 @@ include_directories( set(SRCS src/channel.cpp src/error.cpp + src/message.cpp src/node.cpp) set(CMAKE_CXX_FLAGS