Files
MaxScale/server/modules/routing/avrorouter/test/CMakeLists.txt
Markus Mäkelä 95935991ab MXS-1881: Move Rpl related code out of Avro files
Organized the Rpl and Avro code in a way that they aren't mixed.
2018-06-16 23:29:40 +03:00

4 lines
235 B
CMake

add_executable(test_alter_parsing test_alter_parsing.cc)
target_link_libraries(test_alter_parsing avro-common maxscale-common ${JANSSON_LIBRARIES} ${AVRO_LIBRARIES} maxavro sqlite3 lzma)
add_test(test_alter_parsing test_alter_parsing)