Warning, /education/labplot/tests/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 set(SRC_DIR ${labplot2_SOURCE_DIR}/src) 0002 INCLUDE_DIRECTORIES(${SRC_DIR} ${GSL_INCLUDE_DIR}) 0003 0004 # shared code 0005 add_library(labplot2test STATIC CommonTest.cpp analysis/AnalysisTest.cpp nsl/NSLTest.cpp) 0006 target_link_libraries(labplot2test Qt${QT_MAJOR_VERSION}::Test KF${KF_MAJOR_VERSION}::ConfigCore Qt${QT_MAJOR_VERSION}::Widgets KF${KF_MAJOR_VERSION}::I18n) 0007 0008 add_subdirectory(analysis) 0009 add_subdirectory(backend) 0010 add_subdirectory(cartesianplot) 0011 add_subdirectory(import_export) 0012 add_subdirectory(nsl) 0013 add_subdirectory(spreadsheet) 0014 add_subdirectory(matrix) 0015 add_subdirectory(multirange) 0016 add_subdirectory(commonfrontend) 0017 0018 IF (Cantor_FOUND) 0019 add_subdirectory(notebook) 0020 ENDIF ()