diff options
| author | 2018-01-14 02:34:21 +0100 | |
|---|---|---|
| committer | 2018-01-14 02:34:21 +0100 | |
| commit | 8904bc61ad71f407fbefa4b80793ba424f2ce88b (patch) | |
| tree | 47b0962c82a45b8cd5291132c7d96ef5cfbe5425 /cli/CMakeLists.txt | |
| parent | 12bfa92a9d35299a2eeb456b11238a6bd9669146 (diff) | |
| download | OneRoll-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.txt | 2 |
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 ) |