Files
@ ad7461beec95
Branch filter:
Location: libtransport.git/backends/CMakeLists.txt - annotation
ad7461beec95
457 B
text/plain
Pass command the same command line options as we have in main instance to backend instances
1105d3f1e37a fbfcbf69ad1f fbfcbf69ad1f fbfcbf69ad1f d2502858d6c0 d2502858d6c0 e312a8602ec7 d2502858d6c0 d2502858d6c0 d6cad830d224 d6cad830d224 40d678184272 91100e6e7cdf 40d678184272 bb938d33f751 ab2424659344 51c03d82ea50 91100e6e7cdf 91100e6e7cdf 91100e6e7cdf 91100e6e7cdf 6dd874964a61 6dd874964a61 6dd874964a61 bb938d33f751 51c03d82ea50 1105d3f1e37a | if (PROTOBUF_FOUND)
if ( PURPLE_LIBRARY AND PURPLE_INCLUDE_DIR )
ADD_SUBDIRECTORY(libpurple)
endif()
if (IRC_FOUND)
ADD_SUBDIRECTORY(libcommuni)
endif()
ADD_SUBDIRECTORY(swiften)
ADD_SUBDIRECTORY(template)
if (NOT WIN32)
ADD_SUBDIRECTORY(smstools3)
ADD_SUBDIRECTORY(frotz)
# if(YAHOO2_FOUND)
ADD_SUBDIRECTORY(libyahoo2)
# endif()
ADD_SUBDIRECTORY(twitter)
if (${LIBDBUSGLIB_FOUND})
ADD_SUBDIRECTORY(skype)
endif()
endif()
endif()
|