aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/CMakeLists.txt
diff options
context:
space:
mode:
authorRenaud Guezennec <renaud.guezennec@softbankrobotics.com>2017-11-28 15:44:14 +0100
committerRenaud Guezennec <renaud.guezennec@softbankrobotics.com>2017-11-28 15:44:14 +0100
commitad737715df12d05a18080ca62da5b783a342a962 (patch)
tree4d883a731122ebc28f0775beab3d1730b55c03b6 /cli/CMakeLists.txt
parentec4eea389e3fd23e5491e1609755d49b916d2db0 (diff)
downloadOneRoll-ad737715df12d05a18080ca62da5b783a342a962.tar.gz
OneRoll-ad737715df12d05a18080ca62da5b783a342a962.zip
-Add variable node
Diffstat (limited to 'cli/CMakeLists.txt')
-rw-r--r--cli/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt
index 58c28cf..91f134a 100644
--- a/cli/CMakeLists.txt
+++ b/cli/CMakeLists.txt
@@ -96,6 +96,7 @@ SET( dice_sources
../node/groupnode.cpp
main.cpp
../highlightdice.cpp
+ ../node/variablenode.cpp
)
add_executable( dice ${dice_sources} ${dice_QM} )