diff --git a/backends/CMakeLists.txt b/backends/CMakeLists.txt index 8b91a1ff..5a758c95 100644 --- a/backends/CMakeLists.txt +++ b/backends/CMakeLists.txt @@ -7,6 +7,8 @@ if (PROTOBUF_FOUND) ADD_SUBDIRECTORY(libircclient-qt) endif() +if (NOT WIN32) ADD_SUBDIRECTORY(frotz) +endif() endif()