Add missing examples to installation
The CDC examples are now installed if the CDC protocol module is built.
This commit is contained in:
@ -306,4 +306,3 @@ if (NOT CMAKE_INSTALL_PREFIX EQUAL "/usr")
|
|||||||
install(DIRECTORY DESTINATION var/log/maxscale)
|
install(DIRECTORY DESTINATION var/log/maxscale)
|
||||||
install(DIRECTORY DESTINATION var/run/maxscale)
|
install(DIRECTORY DESTINATION var/run/maxscale)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
if(BUILD_CDC)
|
if(BUILD_CDC)
|
||||||
add_subdirectory(CDC)
|
add_subdirectory(CDC)
|
||||||
|
add_subdirectory(examples)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
add_subdirectory(HTTPD)
|
add_subdirectory(HTTPD)
|
||||||
@ -8,7 +9,6 @@ add_subdirectory(MySQLBackend)
|
|||||||
add_subdirectory(MySQLClient)
|
add_subdirectory(MySQLClient)
|
||||||
add_subdirectory(telnetd)
|
add_subdirectory(telnetd)
|
||||||
|
|
||||||
|
|
||||||
if(BUILD_TESTS)
|
if(BUILD_TESTS)
|
||||||
add_subdirectory(testprotocol)
|
add_subdirectory(testprotocol)
|
||||||
endif()
|
endif()
|
||||||
|
Reference in New Issue
Block a user