Changeset - 4095ec690445
[Not reviewed]
0 1 0
HanzZ - 14 years ago 2011-09-18 15:24:05
hanzz.k@gmail.com
Show frotz backend in cmake output
1 file changed with 3 insertions and 0 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -86,10 +86,13 @@ if (PROTOBUF_FOUND)
 
		message("IRC plugin        : no (install libircclient-qt and libprotobuf-dev)")
 
	endif()
 

	
 
	message("Frotz plugin      : yes")
 

	
 
else()
 
	message("Network plugins   : no (install libprotobuf-dev)")
 
	message("Libpurple plugin  : no (install libpurple and libprotobuf-dev)")
 
	message("IRC plugin        : no (install libircclient-qt and libprotobuf-dev)")
 
	message("Frotz plugin      : no (install libprotobuf-dev)")
 
endif()
 

	
 
if (LOG4CXX_FOUND)
0 comments (0 inline, 0 general)