Files
@ 5f04f459038b
Branch filter:
Location: libtransport.git/backends/CMakeLists.txt - annotation
5f04f459038b
498 B
text/plain
Libtransport: Fix #85 - Add iconhash field to Participant type. When backend uses that field, Frontends will ask for VCards with name set to 'room/user' format.
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()
|