spectrum2/backends/CMakeLists.txt
2012-02-16 10:26:47 +01:00

17 lines
275 B
CMake

if (PROTOBUF_FOUND)
if ( PURPLE_LIBRARY AND PURPLE_INCLUDE_DIR )
ADD_SUBDIRECTORY(libpurple)
endif()
if (IRC_FOUND)
ADD_SUBDIRECTORY(libcommuni)
endif()
ADD_SUBDIRECTORY(smstools3)
if (NOT WIN32)
ADD_SUBDIRECTORY(frotz)
ADD_SUBDIRECTORY(skype)
endif()
endif()