add_executable(CorrelationTest CorrelationTest.cpp)

target_link_libraries(CorrelationTest labplotbackendlib labplotlib labplottest)

add_test(NAME CorrelationTest COMMAND CorrelationTest)
