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

0001 add_executable (NSLFitTest NSLFitTest.cpp)
0002 
0003 target_link_libraries(NSLFitTest labplot2nsllib ${GSL_LIBRARIES} ${GSL_CBLAS_LIBRARIES} ${LIBCERF_LIBRARIES} labplot2test)
0004 
0005 add_test(NAME NSLFitTest COMMAND NSLFitTest)