spectrum2/backends/CMakeLists.txt

27 lines
430 B
Text
Raw Permalink 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_XMPP)
ADD_SUBDIRECTORY(swiften)
endif()
2012-05-20 11:21:17 +02:00
2012-02-28 14:44:00 +01:00
ADD_SUBDIRECTORY(template)
2012-12-10 13:03:09 +04:00
if(ENABLE_TWITTER)
ADD_SUBDIRECTORY(twitter)
endif()
if (NOT WIN32)
if(ENABLE_SMSTOOLS3)
ADD_SUBDIRECTORY(smstools3)
endif()
if(ENABLE_FROTZ)
ADD_SUBDIRECTORY(frotz)
endif()
endif()
2011-05-11 09:20:35 +02:00
endif()