diff options
| author | 2017-04-28 10:06:58 +0200 | |
|---|---|---|
| committer | 2017-04-28 10:06:58 +0200 | |
| commit | 237754b8c2c8828545f2c8295d911a0b11e58e1c (patch) | |
| tree | 1cfd1f4e9230a3fdb79d0d7a6681760b652a23f2 /irc | |
| parent | 12e90b99e7bcc92aaf486eb0ef261e657ce0bb4f (diff) | |
| download | OneRoll-237754b8c2c8828545f2c8295d911a0b11e58e1c.tar.gz OneRoll-237754b8c2c8828545f2c8295d911a0b11e58e1c.zip | |
add splitnode
Diffstat (limited to 'irc')
| -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 7a9d60c..73d7e5a 100644 --- a/irc/CMakeLists.txt +++ b/irc/CMakeLists.txt @@ -70,6 +70,7 @@ add_executable( ../node/ifnode.cpp ../node/stringnode.cpp ../node/filternode.cpp + ../node/splitnode.cpp botircdiceparser.cpp main.cpp) |