Files
MaxScale/server/modules/protocol/HTTPD/CMakeLists.txt
Johan Wikman c39dab9434 Make protocol module HTTPD lowercase
Oversight when renamings were made.
2018-01-05 10:01:50 +02:00

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)