diff --git a/backends/CMakeLists.txt b/backends/CMakeLists.txt index 5a758c956862f50fb74cea867308fc1c8bab7144..9ecb3b5c2c3b95233bdf10e75cc2b3376143217d 100644 --- a/backends/CMakeLists.txt +++ b/backends/CMakeLists.txt @@ -4,7 +4,7 @@ if (PROTOBUF_FOUND) endif() if (IRC_FOUND) - ADD_SUBDIRECTORY(libircclient-qt) + ADD_SUBDIRECTORY(libcommuni) endif() if (NOT WIN32)