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

0001 INCLUDE_DIRECTORIES(${GSL_INCLUDE_DIR})
0002 add_executable (nslfittest NSLFitTest.cpp ../NSLTest.cpp ../../CommonTest.cpp)
0003 
0004 target_link_libraries(nslfittest Qt5::Test)
0005 target_link_libraries(nslfittest ${GSL_LIBRARIES} ${GSL_CBLAS_LIBRARIES})
0006 
0007 target_link_libraries(nslfittest labplot2lib)
0008 
0009 add_test(NAME nslfittest COMMAND nslfittest)