spectrum2/backends/CMakeLists.txt

34 lines
564 B
Text
Raw Normal View History

2011-05-11 09:20:35 +02:00
if (PROTOBUF_FOUND)
if (PURPLE_FOUND)
2011-05-20 10:31:11 +02:00
ADD_SUBDIRECTORY(libpurple)
endif()
2011-05-14 22:52:58 +02:00
if (IRC_FOUND)
ADD_SUBDIRECTORY(libcommuni)
2011-05-14 22:52:58 +02:00
endif()
if (ENABLE_SWIFTEN)
ADD_SUBDIRECTORY(swiften)
endif()
2012-05-20 11:21:17 +02:00
2012-02-28 14:44:00 +01:00
ADD_SUBDIRECTORY(template)
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(ENABLE_TWITTER)
ADD_SUBDIRECTORY(twitter)
endif()
if (${LIBDBUSGLIB_FOUND})
ADD_SUBDIRECTORY(skype)
endif()
endif()
2011-05-11 09:20:35 +02:00
endif()