Files
MaxScale/server/modules/protocol/HTTPD/CMakeLists.txt
2018-05-02 09:54:37 +03:00

5 lines
163 B
CMake

add_library(httpd SHARED httpd.cc)
target_link_libraries(httpd maxscale-common)
set_target_properties(httpd PROPERTIES VERSION "1.0.1")
install_module(httpd core)