 7254a7c525
			
		
	
	7254a7c525
	
	
	
		
			
			The only way to cleanly separate the maxutils library from the MaxScale CMake project is to make it a standalone CMake project. With the help of ExternalProject, it should be relatively easy to use.
		
			
				
	
	
		
			4 lines
		
	
	
		
			85 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			4 lines
		
	
	
		
			85 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| include_directories(include)
 | |
| add_subdirectory(include/maxbase)
 | |
| add_subdirectory(src)
 |