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

0001 option(ENABLE_TEST_BACKEND_BARPLOT "Enable Barplot Tests" ON)
0002 
0003 if (ENABLE_TEST_BACKEND_BARPLOT)
0004 
0005     add_executable (BarPlotTest BarPlotTest.cpp)
0006 
0007     target_link_libraries(BarPlotTest labplot2backendlib labplot2test labplot2lib labplot2nsllib)
0008 
0009     add_test(NAME BarPlotTest COMMAND BarPlotTest)
0010 
0011 endif()