diff options
| author | 2018-06-14 02:20:50 +0200 | |
|---|---|---|
| committer | 2018-06-14 02:20:50 +0200 | |
| commit | 5add2243191a3c347f9dde6a480d478c83be64fe (patch) | |
| tree | 31b565ea859d93d1ef806374c3940bd5c8084cb1 /irc/CMakeLists.txt | |
| parent | c8eb9afc6352411f168f7c6fa143ae862cbe0eae (diff) | |
| download | OneRoll-5add2243191a3c347f9dde6a480d478c83be64fe.tar.gz OneRoll-5add2243191a3c347f9dde6a480d478c83be64fe.zip | |
-Add bind operator (soft version of merge).
Diffstat (limited to 'irc/CMakeLists.txt')
| -rw-r--r-- | irc/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/irc/CMakeLists.txt b/irc/CMakeLists.txt index 6970005..d7c31cd 100644 --- a/irc/CMakeLists.txt +++ b/irc/CMakeLists.txt @@ -72,6 +72,7 @@ add_executable( ../node/filternode.cpp ../node/splitnode.cpp ../node/groupnode.cpp + ../node/bind.cpp botircdiceparser.cpp ../node/variablenode.cpp main.cpp) |