 cf7988c8e3
			
		
	
	cf7988c8e3
	
	
	
		
			
			Each monitor module now resides in a subdirectory of its own. The name of the subdirectory is the same as the name of the library in the module's CMakeLists.txt file.
		
			
				
	
	
		
			6 lines
		
	
	
		
			192 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			6 lines
		
	
	
		
			192 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
| add_library(mmmon SHARED mmmon.c)
 | |
| target_link_libraries(mmmon maxscale-common)
 | |
| add_dependencies(mmmon pcre2)
 | |
| set_target_properties(mmmon PROPERTIES VERSION "1.1.1")
 | |
| install_module(mmmon core)
 |