Files @ b2fd4a456335
Branch filter:

Location: libtransport.git/backends/CMakeLists.txt

HanzZ
parse unregistered config options and working [purple] options parsing
if (PROTOBUF_FOUND)
	if ( PURPLE_LIBRARY AND PURPLE_INCLUDE_DIR )
		ADD_SUBDIRECTORY(libpurple)
	endif()

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

endif()