
The MySQLCommon library contains functions used by both the protocol and authenticator modules. The contents of the modutil.c file could also be moved to this file if the functions in that file are only used by modules and not the core.
14 lines
237 B
CMake
14 lines
237 B
CMake
if(BUILD_AVRO)
|
|
add_subdirectory(CDC)
|
|
add_subdirectory(examples)
|
|
endif()
|
|
|
|
add_subdirectory(HTTPD)
|
|
add_subdirectory(maxscaled)
|
|
add_subdirectory(MySQL)
|
|
add_subdirectory(telnetd)
|
|
|
|
if(BUILD_TESTS)
|
|
add_subdirectory(testprotocol)
|
|
endif()
|