aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/irc
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2016-11-28 00:34:38 +0100
committerRenaud G <renaud@rolisteam.org>2016-11-28 00:34:38 +0100
commitcdd1716bd1aa8d9bbd0137aa98ff24867b6b3a0e (patch)
tree9bcea054b5cdfc9c7f3471520cf83fcd6f84493f /irc
parentdbce981b8a138ca4efa14f0e1a7b27a27931918e (diff)
downloadOneRoll-cdd1716bd1aa8d9bbd0137aa98ff24867b6b3a0e.tar.gz
OneRoll-cdd1716bd1aa8d9bbd0137aa98ff24867b6b3a0e.zip
-Fix compilation with cmake for irc, mobile and cli.
Diffstat (limited to 'irc')
-rw-r--r--irc/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/CMakeLists.txt b/irc/CMakeLists.txt
index c7e9841..7a9d60c 100644
--- a/irc/CMakeLists.txt
+++ b/irc/CMakeLists.txt
@@ -68,6 +68,7 @@ add_executable(
../node/sortresult.cpp
../node/startingnode.cpp
../node/ifnode.cpp
+ ../node/stringnode.cpp
../node/filternode.cpp
botircdiceparser.cpp
main.cpp)