Make maxutils a standalone library
The only way to cleanly separate the maxutils library from the MaxScale CMake project is to make it a standalone CMake project. With the help of ExternalProject, it should be relatively easy to use.
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
add_library(throttlefilter SHARED throttlefilter.cc throttlesession.cc)
|
||||
target_link_libraries(throttlefilter maxbase maxscale-common mysqlcommon)
|
||||
target_link_libraries(throttlefilter maxscale-common mysqlcommon)
|
||||
set_target_properties(throttlefilter PROPERTIES VERSION "1.0.0")
|
||||
install_module(throttlefilter core)
|
||||
|
||||
Reference in New Issue
Block a user