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

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