aboutsummaryrefslogtreecommitdiffstatshomepage
diff options
context:
space:
mode:
-rw-r--r--cli/CMakeLists.txt1
-rw-r--r--irc/CMakeLists.txt1
-rw-r--r--mobile/CMakeLists.txt2
3 files changed, 4 insertions, 0 deletions
diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt
index 680d1b8..a0cafe7 100644
--- a/cli/CMakeLists.txt
+++ b/cli/CMakeLists.txt
@@ -89,6 +89,7 @@ SET( dice_sources
../node/scalaroperatornode.cpp
../node/sortresult.cpp
../node/startingnode.cpp
+ ../node/filternode.cpp
../node/ifnode.cpp
main.cpp
../highlightdice.cpp
diff --git a/irc/CMakeLists.txt b/irc/CMakeLists.txt
index af77dfb..c7e9841 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/filternode.cpp
botircdiceparser.cpp
main.cpp)
diff --git a/mobile/CMakeLists.txt b/mobile/CMakeLists.txt
index 0ccff18..d4de8ab 100644
--- a/mobile/CMakeLists.txt
+++ b/mobile/CMakeLists.txt
@@ -88,8 +88,10 @@ SET( diceGui_sources
../node/sortresult.cpp
../node/startingnode.cpp
../node/ifnode.cpp
+ ../node/filternode.cpp
main.cpp
maincontroler.cpp
+ commandmodel.cpp
../highlightdice.cpp
)
qt5_add_resources(RESOURCE_ADDED mobile.qrc)