Files @ b1e661969b89
Branch filter:

Location: libtransport.git/backends/CMakeLists.txt

Jan Kaluza
Link spectrum2 only against swiften libraries to preserve linkage against boost-mt and boost
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()