diff --git a/server/CMakeLists.txt b/server/CMakeLists.txt index cf7f3e743..a42687eb0 100644 --- a/server/CMakeLists.txt +++ b/server/CMakeLists.txt @@ -29,9 +29,9 @@ if(NOT WIN32) if(WITH_X11) add_subdirectory(X11) endif() - - # Build Server Channels library - add_subdirectory(channels) else() add_subdirectory(Windows) endif() + +# Build Server Channels library +add_subdirectory(channels)