Changeset - fbfcbf69ad1f
[Not reviewed]
0 1 0
HanzZ - 14 years ago 2011-05-20 10:31:11
hanzz.k@gmail.com
better cmake
1 file changed with 3 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/CMakeLists.txt
Show inline comments
 
if (PROTOBUF_FOUND)
 
	ADD_SUBDIRECTORY(libpurple)
 
	if ( PURPLE_LIBRARY AND PURPLE_INCLUDE_DIR )
 
		ADD_SUBDIRECTORY(libpurple)
 
	endif()
 

	
 
	if (IRC_FOUND)
 
		ADD_SUBDIRECTORY(libircclient-qt)
0 comments (0 inline, 0 general)