 190c0ac634
			
		
	
	190c0ac634
	
	
	
		
			
			This is the base for Smart Router. Review and TODO comments are in the code. This commit will be squashed several times so don't pay attention to this specific commit message. I will add and remove TODO's in the code, rather than save them in git commits. RBCommons will contain the history.
		
			
				
	
	
		
			16 lines
		
	
	
		
			337 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
		
			337 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| if(BUILD_CDC)
 | |
|   add_subdirectory(avrorouter)
 | |
| endif()
 | |
| if(BUILD_BINLOG)
 | |
|   add_subdirectory(binlogrouter)
 | |
| endif()
 | |
| 
 | |
| add_subdirectory(cat)
 | |
| add_subdirectory(cli)
 | |
| add_subdirectory(hintrouter)
 | |
| add_subdirectory(maxinfo)
 | |
| add_subdirectory(readconnroute)
 | |
| add_subdirectory(readwritesplit)
 | |
| add_subdirectory(schemarouter)
 | |
| add_subdirectory(smartrouter)
 |