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
if (PROTOBUF_FOUND) if ( PURPLE_LIBRARY AND PURPLE_INCLUDE_DIR ) ADD_SUBDIRECTORY(libpurple) endif() if (IRC_FOUND) ADD_SUBDIRECTORY(libcommuni) endif() ADD_SUBDIRECTORY(smstools3) ADD_SUBDIRECTORY(swiften) # if(YAHOO2_FOUND) ADD_SUBDIRECTORY(libyahoo2) # endif() ADD_SUBDIRECTORY(template) ADD_SUBDIRECTORY(twitter) if (NOT WIN32) ADD_SUBDIRECTORY(frotz) if (${LIBDBUSGLIB_FOUND}) ADD_SUBDIRECTORY(skype) endif() endif() endif()