diff --git a/backends/CMakeLists.txt b/backends/CMakeLists.txt index be7163c5c24ef29bc078c5c151bc73036bba3df0..2bb2c44751ffabfc8cfd932bef433060b245abf4 100644 --- a/backends/CMakeLists.txt +++ b/backends/CMakeLists.txt @@ -11,7 +11,7 @@ if (PROTOBUF_FOUND) if (NOT WIN32) ADD_SUBDIRECTORY(frotz) -# ADD_SUBDIRECTORY(skype) + ADD_SUBDIRECTORY(skype) endif() endif()