spectrum2/backends/CMakeLists.txt

20 lines
312 B
Text
Raw Normal View History

2011-05-11 09:20:35 +02:00
if (PROTOBUF_FOUND)
2011-05-20 10:31:11 +02:00
if ( PURPLE_LIBRARY AND PURPLE_INCLUDE_DIR )
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()
2012-02-15 20:48:51 +01:00
ADD_SUBDIRECTORY(smstools3)
2012-02-14 21:48:07 +01:00
2011-10-21 10:40:22 +02:00
if (NOT WIN32)
ADD_SUBDIRECTORY(frotz)
2012-02-16 11:13:13 +01:00
if (${LIBDBUSGLIB_FOUND})
ADD_SUBDIRECTORY(skype)
endif()
2011-10-21 10:40:22 +02:00
endif()
2011-05-11 09:20:35 +02:00
endif()