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

0001 INCLUDE_DIRECTORIES(${GSL_INCLUDE_DIR})
0002 add_executable (nsldfttest NSLDFTTest.cpp ../NSLTest.cpp ../../CommonTest.cpp)
0003 
0004 target_link_libraries(nsldfttest Qt5::Test)
0005 target_link_libraries(nsldfttest ${GSL_LIBRARIES} ${GSL_CBLAS_LIBRARIES})
0006 
0007 IF (FFTW3_FOUND)
0008         target_link_libraries(nsldfttest ${FFTW3_LIBRARIES})
0009 ENDIF ()
0010 
0011 target_link_libraries(nsldfttest labplot2lib)
0012 
0013 add_test(NAME nsldfttest COMMAND nsldfttest)