Files @ f18e3570a8a1
Branch filter:

Location: libtransport.git/backends/CMakeLists.txt

HanzZ
Advice to check the log to find out reason when we can't connect the DB
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)
endif()

endif()