Also changed Plugin devel manual to match. Modified roundrobinrouter to use static_cast due to the change in router api definitions.
		
			
				
	
	
		
			11 lines
		
	
	
		
			179 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
		
			179 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
if(BUILD_CDC)
 | 
						|
  add_subdirectory(CDC)
 | 
						|
  add_subdirectory(examples)
 | 
						|
endif()
 | 
						|
 | 
						|
add_subdirectory(HTTPD)
 | 
						|
add_subdirectory(maxscaled)
 | 
						|
add_subdirectory(MySQL)
 | 
						|
add_subdirectory(telnetd)
 | 
						|
 |