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

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