spectrum2/backends/CMakeLists.txt

15 lines
225 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(libircclient-qt)
endif()
2011-10-21 10:40:22 +02:00
if (NOT WIN32)
ADD_SUBDIRECTORY(frotz)
2011-10-21 10:40:22 +02:00
endif()
2011-05-11 09:20:35 +02:00
endif()