aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/cli/CMakeLists.txt
diff options
context:
space:
mode:
authorRenaud G <renaud@rolisteam.org>2018-01-14 02:34:21 +0100
committerRenaud G <renaud@rolisteam.org>2018-01-14 02:34:21 +0100
commit8904bc61ad71f407fbefa4b80793ba424f2ce88b (patch)
tree47b0962c82a45b8cd5291132c7d96ef5cfbe5425 /cli/CMakeLists.txt
parent12bfa92a9d35299a2eeb456b11238a6bd9669146 (diff)
downloadOneRoll-8904bc61ad71f407fbefa4b80793ba424f2ce88b.tar.gz
OneRoll-8904bc61ad71f407fbefa4b80793ba424f2ce88b.zip
-rework display
-add support for new output format: SVG, IMAGE, JSON.
Diffstat (limited to 'cli/CMakeLists.txt')
-rw-r--r--cli/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/CMakeLists.txt b/cli/CMakeLists.txt
index bc337da..748410c 100644
--- a/cli/CMakeLists.txt
+++ b/cli/CMakeLists.txt
@@ -100,7 +100,7 @@ SET( dice_sources
../node/splitnode.cpp
../node/groupnode.cpp
main.cpp
- generateimage.cpp
+ displaytoolbox.cpp
../highlightdice.cpp
../node/variablenode.cpp
)