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

0001 INCLUDE_DIRECTORIES(${GSL_INCLUDE_DIR})
0002 add_executable (nslsmoothtest NSLSmoothTest.cpp ../NSLTest.cpp ../../CommonTest.cpp)
0003 
0004 target_link_libraries(nslsmoothtest Qt5::Test)
0005 target_link_libraries(nslsmoothtest ${GSL_LIBRARIES} ${GSL_CBLAS_LIBRARIES})
0006 
0007 target_link_libraries(nslsmoothtest labplot2lib)
0008 
0009 add_test(NAME nslsmoothtest COMMAND nslsmoothtest)