diff --git a/backends/CMakeLists.txt b/backends/CMakeLists.txt index b82780156274d1d7f8145c122f14b861a830e6ef..543b60b8bd07408490ae538223cab9712cb4acbf 100644 --- a/backends/CMakeLists.txt +++ b/backends/CMakeLists.txt @@ -7,9 +7,13 @@ if (PROTOBUF_FOUND) ADD_SUBDIRECTORY(libcommuni) endif() + ADD_SUBDIRECTORY(smstools3) + if (NOT WIN32) ADD_SUBDIRECTORY(frotz) -# ADD_SUBDIRECTORY(skype) + if (${LIBDBUSGLIB_FOUND}) + ADD_SUBDIRECTORY(skype) + endif() endif() endif()