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 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			325 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			325 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| include_directories(BEFORE ${LIBMARIADB_BININC_DIR} ${LIBMARIADB_SRCINC_DIR})
 | |
| add_definitions(-DMYSQL_SERVICE_THD_TIMEZONE_INCLUDED)
 | |
| 
 | |
| include_directories(${ENGINE_COMMON_INCLUDES})
 | |
| 
 | |
| set(querystats_LIB_SRCS querystats.cpp)
 | |
| columnstore_library(querystats ${querystats_LIB_SRCS})
 | |
| columnstore_link(querystats PRIVATE loggingcpp)
 |