Files
@ b11cb99ccd57
Branch filter:
Location: libtransport.git/backends/CMakeLists.txt - annotation
b11cb99ccd57
433 B
text/plain
Web interface: Fix leaving the room with hash in the name
1105d3f1e37a d21a4b20bb1f fbfcbf69ad1f fbfcbf69ad1f d2502858d6c0 d2502858d6c0 e312a8602ec7 d2502858d6c0 d2502858d6c0 74983ae8c257 74983ae8c257 74983ae8c257 d6cad830d224 40d678184272 ea0bc80712ed ea0bc80712ed ea0bc80712ed 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()
endif()
endif()
|