diff options
| -rw-r--r-- | cli/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | irc/CMakeLists.txt | 1 | ||||
| -rw-r--r-- | mobile/CMakeLists.txt | 5 |
3 files changed, 5 insertions, 2 deletions
diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index a0cafe7..89ef835 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -90,6 +90,7 @@ SET( dice_sources ../node/sortresult.cpp ../node/startingnode.cpp ../node/filternode.cpp + ../node/stringnode.cpp ../node/ifnode.cpp main.cpp ../highlightdice.cpp 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) diff --git a/mobile/CMakeLists.txt b/mobile/CMakeLists.txt index d4de8ab..24680af 100644 --- a/mobile/CMakeLists.txt +++ b/mobile/CMakeLists.txt @@ -87,8 +87,9 @@ SET( diceGui_sources ../node/scalaroperatornode.cpp ../node/sortresult.cpp ../node/startingnode.cpp - ../node/ifnode.cpp - ../node/filternode.cpp + ../node/ifnode.cpp + ../node/filternode.cpp + ../node/stringnode.cpp main.cpp maincontroler.cpp commandmodel.cpp |