Files @ ab20eefd6f16
Branch filter:

Location: libtransport.git/backends/CMakeLists.txt - annotation

Daniel Henninger
Downgraded PQXX API used due to the 2.6 series on most modern linux distros.
Implemented most of the other functions.
if (PROTOBUF_FOUND)
	if ( PURPLE_LIBRARY AND PURPLE_INCLUDE_DIR )
		ADD_SUBDIRECTORY(libpurple)
	endif()

	if (IRC_FOUND)
		ADD_SUBDIRECTORY(libcommuni)
	endif()

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

endif()