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

0001 INCLUDE_DIRECTORIES(${GSL_INCLUDE_DIR})
0002 add_executable (smoothtest SmoothTest.cpp ../AnalysisTest.cpp ../../CommonTest.cpp)
0003 
0004 target_link_libraries(smoothtest Qt5::Test)
0005 target_link_libraries(smoothtest KF5::Archive KF5::XmlGui ${GSL_LIBRARIES} ${GSL_CBLAS_LIBRARIES})
0006 IF (APPLE)
0007         target_link_libraries(smoothtest KDMacTouchBar)
0008 ENDIF ()
0009 
0010 target_link_libraries(smoothtest labplot2lib)
0011 
0012 add_test(NAME smoothtest COMMAND smoothtest)