add_executable(IntegrationTest IntegrationTest.cpp)

target_link_libraries(IntegrationTest labplotbackendlib labplotlib labplottest)

add_test(NAME IntegrationTest COMMAND IntegrationTest)
