
Using the broader CDC name instead of AVRO for the CMake variable name makes more sense as there are modules other than the avrorouter.
13 lines
266 B
CMake
13 lines
266 B
CMake
if(BUILD_CDC)
|
|
add_subdirectory(CDCPlainAuth)
|
|
endif()
|
|
|
|
add_subdirectory(GSSAPI)
|
|
add_subdirectory(HTTPAuth)
|
|
add_subdirectory(MaxAdminAuth)
|
|
add_subdirectory(MySQLAuth)
|
|
add_subdirectory(MySQLBackendAuth)
|
|
add_subdirectory(NullAuthAllow)
|
|
add_subdirectory(NullAuthDeny)
|
|
|