Changeset - 91100e6e7cdf
[Not reviewed]
0 1 0
HanzZ - 13 years ago 2012-09-01 08:18:28
hanzz.k@gmail.com
Do not compile yahoo and twitter backend on windows for now
1 file changed with 5 insertions and 6 deletions:
0 comments (0 inline, 0 general)
backends/CMakeLists.txt
Show inline comments
 
@@ -9,17 +9,16 @@ if (PROTOBUF_FOUND)
 

	
 
	ADD_SUBDIRECTORY(swiften)
 

	
 
# 	if(YAHOO2_FOUND)
 
		ADD_SUBDIRECTORY(libyahoo2)
 
# 	endif()
 

	
 
	ADD_SUBDIRECTORY(template)
 
	
 
	ADD_SUBDIRECTORY(twitter)
 

	
 

	
 
if (NOT WIN32)
 
	ADD_SUBDIRECTORY(smstools3)
 
	ADD_SUBDIRECTORY(frotz)
 
# 	if(YAHOO2_FOUND)
 
		ADD_SUBDIRECTORY(libyahoo2)
 
# 	endif()
 
	ADD_SUBDIRECTORY(twitter)
 
	if (${LIBDBUSGLIB_FOUND})
 
		ADD_SUBDIRECTORY(skype)
 
	endif()
0 comments (0 inline, 0 general)