Warning, /education/labplot/tests/import_export/DATASETS/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 option(ENABLE_TEST_IMPORTEXPORT_DATASET "Enable Dataset Tests" ON) 0002 0003 if (ENABLE_TEST_IMPORTEXPORT_DATASET) 0004 0005 add_executable (DatasetsTest DatasetsTest.cpp) 0006 0007 # TODO: inherit from general test and remove labplot2backendlib, labplot2nsllib 0008 target_link_libraries(DatasetsTest labplot2backendlib labplot2lib labplot2nsllib labplot2test) 0009 0010 add_test(NAME DatasetsTest COMMAND DatasetsTest) 0011 0012 endif()