From 4efd58fa73100269256feb52679d53c51cf60632 Mon Sep 17 00:00:00 2001 From: obiwankennedy Date: Thu, 30 Nov 2017 13:23:35 +0100 Subject: -Add variable node in all cmakeproject. --- irc/CMakeLists.txt | 1 + mobile/CMakeLists.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/irc/CMakeLists.txt b/irc/CMakeLists.txt index 6f06695..ce71373 100644 --- a/irc/CMakeLists.txt +++ b/irc/CMakeLists.txt @@ -73,6 +73,7 @@ add_executable( ../node/splitnode.cpp ../node/groupnode.cpp botircdiceparser.cpp + ../node/variablenode.cpp main.cpp) diff --git a/mobile/CMakeLists.txt b/mobile/CMakeLists.txt index 9515006..ed4259a 100644 --- a/mobile/CMakeLists.txt +++ b/mobile/CMakeLists.txt @@ -92,6 +92,7 @@ SET( diceGui_sources ../node/stringnode.cpp ../node/splitnode.cpp ../node/groupnode.cpp + ../node/variablenode.cpp main.cpp maincontroler.cpp commandmodel.cpp -- cgit v1.2.3-70-g09d2