
Using the broader CDC name instead of AVRO for the CMake variable name makes more sense as there are modules other than the avrorouter.
14 lines
236 B
CMake
14 lines
236 B
CMake
if(BUILD_CDC)
|
|
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()
|