You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-10-30 07:25:34 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			17 lines
		
	
	
		
			457 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			17 lines
		
	
	
		
			457 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| include_directories(${ENGINE_COMMON_INCLUDES})
 | |
| 
 | |
| # ########## next target ###############
 | |
| 
 | |
| set(ddlpackageproc_LIB_SRCS
 | |
|     ddlpackageprocessor.cpp
 | |
|     createtableprocessor.cpp
 | |
|     altertableprocessor.cpp
 | |
|     droptableprocessor.cpp
 | |
|     markpartitionprocessor.cpp
 | |
|     restorepartitionprocessor.cpp
 | |
|     droppartitionprocessor.cpp
 | |
| )
 | |
| 
 | |
| columnstore_library(ddlpackageproc ${ddlpackageproc_LIB_SRCS})
 | |
| columnstore_link(ddlpackageproc ${NETSNMP_LIBRARIES} loggingcpp)
 |