Changeset - 1dc49d5237e0
[Not reviewed]
0 1 0
Jan Kaluza - 13 years ago 2012-03-08 08:46:07
hanzz.k@gmail.com
do not try to build spectrum2_send_message
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
CMakeLists.txt
Show inline comments
 
@@ -215,13 +215,13 @@ ADD_SUBDIRECTORY(src)
 
ADD_SUBDIRECTORY(plugin)
 
ADD_SUBDIRECTORY(include)
 
ADD_SUBDIRECTORY(spectrum)
 
ADD_SUBDIRECTORY(backends)
 
if (NOT WIN32)
 
	ADD_SUBDIRECTORY(spectrum_manager)
 
	ADD_SUBDIRECTORY(spectrum2_send_message)
 
#	ADD_SUBDIRECTORY(spectrum2_send_message)
 
endif()
 

	
 
if (CPPUNIT_FOUND)
 
	message("tests             : yes")
 
	include_directories(${CPPUNIT_INCLUDE_DIR})
 
else()
0 comments (0 inline, 0 general)