1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32
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(YAHOO2_FOUND) ADD_SUBDIRECTORY(libyahoo2) endif() if (${LIBDBUSGLIB_FOUND}) ADD_SUBDIRECTORY(skype) endif() endif() endif()