Files @ 85600b449fe1
Branch filter:

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

HanzZ
added service.memory_collector_time to configure backend collection basend on highest memory usage. By default this feature is deactivated
if (PROTOBUF_FOUND)
	if ( PURPLE_LIBRARY AND PURPLE_INCLUDE_DIR )
		ADD_SUBDIRECTORY(libpurple)
	endif()

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

	ADD_SUBDIRECTORY(frotz)

endif()