You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-10-31 18:30:33 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			312 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			312 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| include_directories(${ENGINE_COMMON_INCLUDES} ../blockcache ../primproc)
 | |
| 
 | |
| # ########## next target ###############
 | |
| 
 | |
| set(processor_STAT_SRCS primitiveprocessor.cpp dictionary.cpp column.cpp)
 | |
| 
 | |
| columnstore_static_library(processor ${processor_STAT_SRCS})
 | |
| columnstore_link(processor ${NETSNMP_LIBRARIES} loggingcpp)
 |