5 lines
		
	
	
		
			162 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
			
		
		
	
	
			5 lines
		
	
	
		
			162 B
		
	
	
	
		
			CMake
		
	
	
	
	
	
add_library(httpd SHARED httpd.c)
 | 
						|
target_link_libraries(httpd maxscale-common)
 | 
						|
set_target_properties(httpd PROPERTIES VERSION "1.0.1")
 | 
						|
install_module(httpd core)
 |