diff options
| author | 2019-06-29 00:34:31 +0200 | |
|---|---|---|
| committer | 2019-06-29 00:36:34 +0200 | |
| commit | 46b82f84e5c3407d4ce3f2d38c4309aa074b9a9e (patch) | |
| tree | 6c6a0bad98a5b6daddb671c613d96c65823dac19 | |
| parent | 90cec3957ff5e61981f9068a1fac3cb44a3e7d41 (diff) | |
| download | OneRoll-46b82f84e5c3407d4ce3f2d38c4309aa074b9a9e.tar.gz OneRoll-46b82f84e5c3407d4ce3f2d38c4309aa074b9a9e.zip | |
Don't compile forloopnode
| -rw-r--r-- | cli/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt index 36bced4..6268fb4 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -93,7 +93,7 @@ SET( dice_sources ../node/listsetrollnode.cpp ../node/numbernode.cpp ../node/parenthesesnode.cpp - ../node/forloopnode.cpp +# ../node/forloopnode.cpp ../node/paintnode.cpp ../node/rerolldicenode.cpp ../node/scalaroperatornode.cpp |