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

0001 option(ENABLE_TEST_BACKEND_TEXTLABEL "Enable Textlabel Tests" ON)
0002 
0003 if (ENABLE_TEST_BACKEND_TEXTLABEL)
0004 add_executable (TextLabelTest TextLabelTest.cpp)
0005 
0006 target_link_libraries(TextLabelTest labplot2backendlib labplot2lib labplot2nsllib labplot2test)
0007 
0008 add_test(NAME TextLabelTest COMMAND TextLabelTest)
0009 endif()