Files
@ 97d86729edd6
Branch filter:
Location: libtransport.git/backends/CMakeLists.txt - annotation
97d86729edd6
498 B
text/plain
Remove libyahoo2 backend - it was based on really old library without any support
1105d3f1e37a d21a4b20bb1f fbfcbf69ad1f fbfcbf69ad1f d2502858d6c0 d2502858d6c0 e312a8602ec7 d2502858d6c0 d2502858d6c0 74983ae8c257 74983ae8c257 74983ae8c257 d6cad830d224 40d678184272 ea0bc80712ed ea0bc80712ed ea0bc80712ed 74983ae8c257 74983ae8c257 74983ae8c257 74983ae8c257 74983ae8c257 74983ae8c257 74983ae8c257 74983ae8c257 74983ae8c257 74983ae8c257 edfa4ec64489 1105d3f1e37a | if (PROTOBUF_FOUND)
if (PURPLE_FOUND)
ADD_SUBDIRECTORY(libpurple)
endif()
if (IRC_FOUND)
ADD_SUBDIRECTORY(libcommuni)
endif()
if (ENABLE_SWIFTEN)
ADD_SUBDIRECTORY(swiften)
endif()
ADD_SUBDIRECTORY(template)
if(ENABLE_TWITTER)
ADD_SUBDIRECTORY(twitter)
endif()
if (NOT WIN32)
if(ENABLE_SMSTOOLS3)
ADD_SUBDIRECTORY(smstools3)
endif()
if(ENABLE_FROTZ)
ADD_SUBDIRECTORY(frotz)
endif()
if (${LIBDBUSGLIB_FOUND})
ADD_SUBDIRECTORY(skype)
endif()
endif()
endif()
|