diff options
| author | 2018-06-14 02:20:50 +0200 | |
|---|---|---|
| committer | 2018-06-14 02:20:50 +0200 | |
| commit | 5add2243191a3c347f9dde6a480d478c83be64fe (patch) | |
| tree | 31b565ea859d93d1ef806374c3940bd5c8084cb1 /cli/CMakeLists.txt | |
| parent | c8eb9afc6352411f168f7c6fa143ae862cbe0eae (diff) | |
| download | OneRoll-5add2243191a3c347f9dde6a480d478c83be64fe.tar.gz OneRoll-5add2243191a3c347f9dde6a480d478c83be64fe.zip | |
-Add bind operator (soft version of merge).
Diffstat (limited to 'cli/CMakeLists.txt')
| -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 4a085a3..583e4af 100644 --- a/cli/CMakeLists.txt +++ b/cli/CMakeLists.txt @@ -99,6 +99,7 @@ SET( dice_sources ../node/ifnode.cpp ../node/splitnode.cpp ../node/groupnode.cpp + ../node/bind.cpp main.cpp displaytoolbox.cpp ../highlightdice.cpp |