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

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