diff options
| author | 2017-10-18 18:15:32 +0200 | |
|---|---|---|
| committer | 2017-10-18 18:15:32 +0200 | |
| commit | 53d4f802d3e9327c45c5e437bcfea474e6ad943a (patch) | |
| tree | f5f03420f6395f33a7bab76fd05b49bbed0090c5 /irc | |
| parent | 91d8d763be0f1c2f0eef8bcb4a1b249b52bdb340 (diff) | |
| download | OneRoll-53d4f802d3e9327c45c5e437bcfea474e6ad943a.tar.gz OneRoll-53d4f802d3e9327c45c5e437bcfea474e6ad943a.zip | |
add group
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 73d7e5a..6f06695 100644 --- a/irc/CMakeLists.txt +++ b/irc/CMakeLists.txt @@ -71,6 +71,7 @@ add_executable( ../node/stringnode.cpp ../node/filternode.cpp ../node/splitnode.cpp + ../node/groupnode.cpp botircdiceparser.cpp main.cpp) |