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)