Files @ cc954f60d118
Branch filter:

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

Jan Kaluza
Check if backend can be executed and write error message if not
if (PROTOBUF_FOUND)
	if ( PURPLE_LIBRARY AND PURPLE_INCLUDE_DIR )
		ADD_SUBDIRECTORY(libpurple)
	endif()

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

endif()