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

0001 INCLUDE_DIRECTORIES(${GSL_INCLUDE_DIR})
0002 add_executable (nslfiltertest NSLFilterTest.cpp ../NSLTest.cpp ../../CommonTest.cpp)
0003 
0004 target_link_libraries(nslfiltertest Qt5::Test)
0005 target_link_libraries(nslfiltertest ${GSL_LIBRARIES} ${GSL_CBLAS_LIBRARIES})
0006 
0007 # TODO: link also with FFTW when available
0008 # -DHAVE_FFTW3 -lfftw3 -lgsl -lgslcblas
0009 
0010 target_link_libraries(nslfiltertest labplot2lib)
0011 
0012 add_test(NAME nslfiltertest COMMAND nslfiltertest)