diff options
| author | 2019-04-23 11:01:43 +0200 | |
|---|---|---|
| committer | 2019-04-23 11:33:14 +0200 | |
| commit | 420262877bccd35e5bc8c87eb586ba73288fe9c8 (patch) | |
| tree | 7037fc235ae9acb2e12b1155ed61fbda1d6b5724 /cli | |
| parent | e01a80db01ee4afd9ce546fbad284c3aa56ea11c (diff) | |
| download | OneRoll-420262877bccd35e5bc8c87eb586ba73288fe9c8.tar.gz OneRoll-420262877bccd35e5bc8c87eb586ba73288fe9c8.zip | |
Add unique operator
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 f3dd61d..36bced4 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -106,6 +106,7 @@ SET( dice_sources ../node/groupnode.cpp ../node/bind.cpp ../node/occurencecountnode.cpp + ../node/uniquenode.cpp main.cpp displaytoolbox.cpp ../highlightdice.cpp |