option(ENABLE_TEST_NOTEBOOK "Enable Notebook Tests" ON)

if (ENABLE_TEST_NOTEBOOK)

    add_executable (NotebookTest NotebookTest.cpp)

    target_link_libraries(NotebookTest labplot2lib labplot2backendlib labplot2test)

    add_test(NAME NotebookTest COMMAND NotebookTest)

endif()
