diff --git a/backends/CMakeLists.txt b/backends/CMakeLists.txt index 6bb81a77c6c980674c0ed737d7b785985c3922be..6dcfb900ad4cdfe9b8f8d124e496a718b2b35b87 100644 --- a/backends/CMakeLists.txt +++ b/backends/CMakeLists.txt @@ -9,6 +9,7 @@ if (PROTOBUF_FOUND) if (ENABLE_SWIFTEN) ADD_SUBDIRECTORY(swiften) + ADD_SUBDIRECTORY(swiften_raw) endif() ADD_SUBDIRECTORY(template)