Warning, /education/labplot/tests/import_export/project/CMakeLists.txt is written in an unsupported language. File is not indexed.
0001 add_executable (projectimporttest ProjectImportTest.cpp) 0002 0003 target_link_libraries(projectimporttest Qt5::Test) 0004 target_link_libraries(projectimporttest KF5::Archive KF5::XmlGui ${GSL_LIBRARIES} ${GSL_CBLAS_LIBRARIES}) 0005 IF (APPLE) 0006 target_link_libraries(projectimporttest KDMacTouchBar) 0007 ENDIF () 0008 0009 IF (Qt5SerialPort_FOUND) 0010 target_link_libraries(projectimporttest Qt5::SerialPort ) 0011 ENDIF () 0012 IF (KF5SyntaxHighlighting_FOUND) 0013 target_link_libraries(projectimporttest KF5::SyntaxHighlighting ) 0014 ENDIF () 0015 #TODO: KF5::NewStuff 0016 0017 IF (Cantor_FOUND) 0018 target_link_libraries(projectimporttest Cantor::cantorlibs ) 0019 ENDIF () 0020 IF (HDF5_FOUND) 0021 target_link_libraries(projectimporttest ${HDF5_C_LIBRARIES} ) 0022 ENDIF () 0023 IF (FFTW3_FOUND) 0024 target_link_libraries(projectimporttest ${FFTW3_LIBRARIES} ) 0025 ENDIF () 0026 IF (netCDF_FOUND) 0027 target_link_libraries(projectimporttest ${netCDF_LIBRARIES} ) 0028 ENDIF () 0029 IF (CFITSIO_FOUND) 0030 target_link_libraries(projectimporttest ${CFITSIO_LIBRARIES} ) 0031 ENDIF () 0032 IF (USE_LIBORIGIN) 0033 target_link_libraries(projectimporttest liborigin-static ) 0034 ENDIF () 0035 0036 target_link_libraries(projectimporttest labplot2lib) 0037 0038 add_test(NAME projectimporttest COMMAND projectimporttest)