diff options
| author | 2016-04-16 00:02:19 +0200 | |
|---|---|---|
| committer | 2016-04-16 00:02:19 +0200 | |
| commit | 99b60d13b2b504e263c18870a8d55efc5f0a2ea7 (patch) | |
| tree | 0a9728dafdb33a601c6740716791eea1c095288e /irc/CMakeLists.txt | |
| parent | e25c9d650eb7c7633fd1a768bff9cde013c7b057 (diff) | |
| download | OneRoll-99b60d13b2b504e263c18870a8d55efc5f0a2ea7.tar.gz OneRoll-99b60d13b2b504e263c18870a8d55efc5f0a2ea7.zip | |
Implement connection to freenode.
remove GUI
Diffstat (limited to 'irc/CMakeLists.txt')
| -rw-r--r-- | irc/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/irc/CMakeLists.txt b/irc/CMakeLists.txt index c7373c6..d43ffed 100644 --- a/irc/CMakeLists.txt +++ b/irc/CMakeLists.txt @@ -69,7 +69,7 @@ add_executable( ../node/startingnode.cpp ../node/ifnode.cpp ${UI_HEADERS} - mainwindow.cpp + botircdiceparser.cpp main.cpp) |