Changeset - d21a4b20bb1f
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-09-04 19:18:35
hanzz.k@gmail.com
Build purple backend when PURPLE_FOUND is 1
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
backends/CMakeLists.txt
Show inline comments
 
if (PROTOBUF_FOUND)
 
	if ( PURPLE_LIBRARY AND PURPLE_INCLUDE_DIR )
 
	if (PURPLE_FOUND)
 
		ADD_SUBDIRECTORY(libpurple)
 
	endif()
 

	
0 comments (0 inline, 0 general)