Warning, /education/labplot/tests/notebook/CMakeLists.txt is written in an unsupported language. File is not indexed.

0001 option(ENABLE_TEST_NOTEBOOK "Enable Notebook Tests" ON)
0002 
0003 if (ENABLE_TEST_NOTEBOOK)
0004 
0005     add_executable (NotebookTest NotebookTest.cpp)
0006 
0007     target_link_libraries(NotebookTest labplot2lib labplot2test)
0008 
0009     add_test(NAME NotebookTest COMMAND NotebookTest)
0010 
0011 endif()