mirror of
				https://github.com/MariaDB/server.git
				synced 2025-10-31 19:06:14 +01:00 
			
		
		
		
	
		
			
				
	
	
		
			6 lines
		
	
	
	
		
			265 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
	
		
			265 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| INCLUDE(CPackConfig.cmake)
 | |
| set(CPACK_PACKAGE_FILE_NAME "${CPACK_PACKAGE_FILE_NAME}-test")
 | |
| set(CPACK_ARCHIVE_COMPONENT_INSTALL ON)
 | |
| set(CPACK_COMPONENTS_GROUPING ALL_COMPONENTS_IN_ONE)
 | |
| SET(CPACK_COMPONENT_INCLUDE_TOPLEVEL_DIRECTORY ON)
 | |
| SET(CPACK_COMPONENTS_ALL Test)
 | 
