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

0001 option(ENABLE_TEST_CARTESIANPLOT "Enable CartesianPlot Tests" ON)
0002 
0003 if (ENABLE_TEST_CARTESIANPLOT)
0004 
0005     add_executable (CartesianPlotTest CartesianPlotTest.cpp)
0006     target_link_libraries(CartesianPlotTest labplot2backendlib labplot2lib labplot2nsllib labplot2test)
0007     add_test(NAME CartesianPlotTest COMMAND CartesianPlotTest)
0008 
0009     add_subdirectory(plots)
0010 
0011 endif()