Files @ 8e03fbec4701
Branch filter:

Location: libtransport.git/backends/CMakeLists.txt

Jan Kaluza
Working part, moderators resending
1
2
3
4
5
6
7
8
if (PROTOBUF_FOUND)
	ADD_SUBDIRECTORY(libpurple)

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

endif()