Warning, /education/labplot/tests/analysis/convolution/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 INCLUDE_DIRECTORIES(${GSL_INCLUDE_DIR}) 0002 add_executable (convolutiontest ConvolutionTest.cpp ../AnalysisTest.cpp ../../CommonTest.cpp) 0003 0004 target_link_libraries(convolutiontest Qt5::Test) 0005 target_link_libraries(convolutiontest KF5::Archive KF5::XmlGui ${GSL_LIBRARIES} ${GSL_CBLAS_LIBRARIES}) 0006 IF (APPLE) 0007 target_link_libraries(convolutiontest KDMacTouchBar) 0008 ENDIF () 0009 0010 IF (FFTW3_FOUND) 0011 target_link_libraries(convolutiontest ${FFTW3_LIBRARIES}) 0012 ENDIF () 0013 0014 target_link_libraries(convolutiontest labplot2lib) 0015 0016 add_test(NAME convolutiontest COMMAND convolutiontest)