Files @ 8d72e074c0d5
Branch filter:

Location: libtransport.git/backends/CMakeLists.txt

HanzZ
IRC backend can connect more servers/rooms... PM still doesn't work correctly :)
if (PROTOBUF_FOUND)
	if ( PURPLE_LIBRARY AND PURPLE_INCLUDE_DIR )
		ADD_SUBDIRECTORY(libpurple)
	endif()

	if (IRC_FOUND)
		ADD_SUBDIRECTORY(libircclient-qt)
	endif()

if (NOT WIN32)
	ADD_SUBDIRECTORY(frotz)
endif()

endif()