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

0001 
0002 # basic functions
0003 add_executable (NSLSFBasicTest NSLSFBasicTest.cpp)
0004 
0005 target_link_libraries(NSLSFBasicTest labplot2nsllib ${GSL_LIBRARIES} ${GSL_CBLAS_LIBRARIES} ${LIBCERF_LIBRARIES} labplot2test)
0006 
0007 add_test(NAME NSLSFBasicTest COMMAND NSLSFBasicTest)
0008 
0009 # window functions
0010 add_executable (NSLSFWindowTest NSLSFWindowTest.cpp)
0011 
0012 target_link_libraries(NSLSFWindowTest labplot2nsllib ${GSL_LIBRARIES} ${GSL_CBLAS_LIBRARIES} labplot2test)
0013 
0014 add_test(NAME NSLSFWindowTest COMMAND NSLSFWindowTest)