diff options
| author | 2019-07-10 11:49:45 +0200 | |
|---|---|---|
| committer | 2019-07-10 11:49:45 +0200 | |
| commit | 9317fc5571784bafdd6d5de88f2e86e55b646648 (patch) | |
| tree | daeab58cc93a807379196c2656ef997fa13b1249 /cli | |
| parent | 46b82f84e5c3407d4ce3f2d38c4309aa074b9a9e (diff) | |
| download | OneRoll-9317fc5571784bafdd6d5de88f2e86e55b646648.tar.gz OneRoll-9317fc5571784bafdd6d5de88f2e86e55b646648.zip | |
Add valueslistnode
Diffstat (limited to 'cli')
| -rw-r--r-- | cli/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index 6268fb4..5886240 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -93,6 +93,7 @@ SET( dice_sources ../node/listsetrollnode.cpp ../node/numbernode.cpp ../node/parenthesesnode.cpp + ../node/valueslistnode.cpp # ../node/forloopnode.cpp ../node/paintnode.cpp ../node/rerolldicenode.cpp |