Files
@ 52347fa379b0
Branch filter:
Location: libtransport.git/backends/CMakeLists.txt - annotation
52347fa379b0
498 B
text/plain
Slack: Invite our bot to main SlackChannel once it is created
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()
|