Files @ 4f9457bdd83a
Branch filter:

Location: libtransport.git/backends/CMakeLists.txt

HanzZ
Added testing swiften_raw backend which just changes to/from attributes and forwards unchanged stanzas
if (PROTOBUF_FOUND)
	if (PURPLE_FOUND)
		ADD_SUBDIRECTORY(libpurple)
	endif()

	if (IRC_FOUND)
		ADD_SUBDIRECTORY(libcommuni)
	endif()

	if (ENABLE_SWIFTEN)
		ADD_SUBDIRECTORY(swiften)
		ADD_SUBDIRECTORY(swiften_raw)
	endif()

	ADD_SUBDIRECTORY(template)
	if(ENABLE_TWITTER)
		ADD_SUBDIRECTORY(twitter)
	endif()
	if (NOT WIN32)
		if(ENABLE_SMSTOOLS3)
			ADD_SUBDIRECTORY(smstools3)
		endif()
		if(ENABLE_FROTZ)
			ADD_SUBDIRECTORY(frotz)
		endif()
 		if(YAHOO2_FOUND)
			ADD_SUBDIRECTORY(libyahoo2)
	 	endif()
		if (${LIBDBUSGLIB_FOUND})
			ADD_SUBDIRECTORY(skype)
		endif()
	endif()
endif()