27 lines
428 B
CMake
27 lines
428 B
CMake
if (PROTOBUF_FOUND)
|
|
if (PURPLE_FOUND)
|
|
ADD_SUBDIRECTORY(libpurple)
|
|
endif()
|
|
|
|
if (IRC_FOUND)
|
|
ADD_SUBDIRECTORY(libcommuni)
|
|
endif()
|
|
|
|
ADD_SUBDIRECTORY(swiften)
|
|
|
|
ADD_SUBDIRECTORY(template)
|
|
|
|
|
|
if (NOT WIN32)
|
|
ADD_SUBDIRECTORY(smstools3)
|
|
ADD_SUBDIRECTORY(frotz)
|
|
if(YAHOO2_FOUND)
|
|
ADD_SUBDIRECTORY(libyahoo2)
|
|
endif()
|
|
ADD_SUBDIRECTORY(twitter)
|
|
if (${LIBDBUSGLIB_FOUND})
|
|
ADD_SUBDIRECTORY(skype)
|
|
endif()
|
|
endif()
|
|
|
|
endif()
|