diff options
| author | 2016-11-04 11:33:38 +0100 | |
|---|---|---|
| committer | 2016-11-04 11:33:38 +0100 | |
| commit | dab42401e3d483a90d2bd5e7442f601c99a32742 (patch) | |
| tree | a4c036fb72c7597cea631bb5311b313762cebd4e /irc | |
| parent | 8d0cec6bdc94099560bcb9136cb026742a318958 (diff) | |
| download | OneRoll-dab42401e3d483a90d2bd5e7442f601c99a32742.tar.gz OneRoll-dab42401e3d483a90d2bd5e7442f601c99a32742.zip | |
fix compilation with cmake
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 af77dfb..c7e9841 100644 --- a/irc/CMakeLists.txt +++ b/irc/CMakeLists.txt @@ -68,6 +68,7 @@ add_executable( ../node/sortresult.cpp ../node/startingnode.cpp ../node/ifnode.cpp + ../node/filternode.cpp botircdiceparser.cpp main.cpp) |