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