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

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