diff options
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 89ef835..150e90e 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -92,6 +92,7 @@ SET( dice_sources ../node/filternode.cpp ../node/stringnode.cpp ../node/ifnode.cpp + ../node/splitnode.cpp main.cpp ../highlightdice.cpp ) |