Files
@ a0c8e83be6e3
Branch filter:
Location: libtransport.git/backends/CMakeLists.txt - annotation
a0c8e83be6e3
459 B
text/plain
Windows compilation tweaks
1105d3f1e37a fbfcbf69ad1f fbfcbf69ad1f fbfcbf69ad1f d2502858d6c0 d2502858d6c0 e312a8602ec7 d2502858d6c0 d2502858d6c0 d6cad830d224 d6cad830d224 eaf1bcd9eeff b7e9087ae10b eaf1bcd9eeff b7e9087ae10b 40d678184272 285ab55bcf70 285ab55bcf70 40d678184272 bb938d33f751 ab2424659344 51c03d82ea50 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)
# if(YAHOO2_FOUND)
ADD_SUBDIRECTORY(libyahoo2)
# endif()
ADD_SUBDIRECTORY(template)
ADD_SUBDIRECTORY(twitter)
if (NOT WIN32)
ADD_SUBDIRECTORY(smstools3)
ADD_SUBDIRECTORY(frotz)
if (${LIBDBUSGLIB_FOUND})
ADD_SUBDIRECTORY(skype)
endif()
endif()
endif()
|