libpappsomspp
Library for mass spectrometry
pappsomspp/widget/CMakeLists.txt File Reference

Functions

 message (\n${BoldRed}"Now configuring src/widget for ${PROJECT_NAME}"${ColourReset}\n) find_package(Qt5 COMPONENTS Core Gui PrintSupport Svg REQUIRED) if(NOT QCustomPlot_FOUND) message("Still searching for QCustomPlot") find_package(QCustomPlot REQUIRED) add_definitions(-DQCUSTOMPLOT_USE_LIBRARY) endif() SET(PAPPSOWIDGET_CPP_FILES graphicdevicewidget.cpp precisionwidget/precisionwidget.cpp massspectrumwidget/qcpspectrum.cpp massspectrumwidget/massspectrumwidget.cpp xicwidget/qcpxic.cpp xicwidget/xicwidget.cpp plotwidget/colormapplotconfig.cpp plotwidget/baseplotwidget.cpp plotwidget/basetraceplotwidget.cpp plotwidget/ticxicchromtraceplotwidget.cpp plotwidget/massspectraceplotwidget.cpp plotwidget/driftspectraceplotwidget.cpp plotwidget/basecolormapplotwidget.cpp plotwidget/ticxicchrommassspeccolormapplotwidget.cpp plotwidget/ticxicchromdriftspeccolormapplotwidget.cpp plotwidget/driftspecmassspeccolormapplotwidget.cpp) add_library(pappsomspp-widget-static STATIC $
 

Function Documentation

◆ message()

message ( \n${BoldRed}"Now configuring src/widget for ${PROJECT_NAME}"${ColourReset}\  n)

Definition at line 6 of file CMakeLists.txt.

6  {BoldRed}"Now configuring src/widget for ${PROJECT_NAME}"${ColourReset}\n)
7 
8 
9 find_package(Qt5 COMPONENTS Core Gui PrintSupport Svg REQUIRED)
10 
11 
12 if(NOT QCustomPlot_FOUND)
13  message("Still searching for QCustomPlot")
14  find_package(QCustomPlot REQUIRED)
15  add_definitions(-DQCUSTOMPLOT_USE_LIBRARY)
16 endif()
17 
18 
19 ########################################################
20 # Files
21 SET(PAPPSOWIDGET_CPP_FILES
22  graphicdevicewidget.cpp
23  precisionwidget/precisionwidget.cpp
24  massspectrumwidget/qcpspectrum.cpp
25  massspectrumwidget/massspectrumwidget.cpp
26  xicwidget/qcpxic.cpp
27  xicwidget/xicwidget.cpp
28  plotwidget/colormapplotconfig.cpp
29  plotwidget/baseplotwidget.cpp
30  plotwidget/basetraceplotwidget.cpp
31  plotwidget/ticxicchromtraceplotwidget.cpp
32  plotwidget/massspectraceplotwidget.cpp
33  plotwidget/driftspectraceplotwidget.cpp
34  plotwidget/basecolormapplotwidget.cpp
35  plotwidget/ticxicchrommassspeccolormapplotwidget.cpp
36  plotwidget/ticxicchromdriftspeccolormapplotwidget.cpp
37  plotwidget/driftspecmassspeccolormapplotwidget.cpp
38  )
39 
40 
41 #############################################################
42 # Build the static lib
43 add_library(pappsomspp-widget-static STATIC ${PAPPSOWIDGET_CPP_FILES})

Referenced by pappso::PappsoException::PappsoException().

message
message(\n${BoldRed}"Now configuring src/widget for ${PROJECT_NAME}"${ColourReset}\n) find_package(Qt5 COMPONENTS Core Gui PrintSupport Svg REQUIRED) if(NOT QCustomPlot_FOUND) message("Still searching for QCustomPlot") find_package(QCustomPlot REQUIRED) add_definitions(-DQCUSTOMPLOT_USE_LIBRARY) endif() SET(PAPPSOWIDGET_CPP_FILES graphicdevicewidget.cpp precisionwidget/precisionwidget.cpp massspectrumwidget/qcpspectrum.cpp massspectrumwidget/massspectrumwidget.cpp xicwidget/qcpxic.cpp xicwidget/xicwidget.cpp plotwidget/colormapplotconfig.cpp plotwidget/baseplotwidget.cpp plotwidget/basetraceplotwidget.cpp plotwidget/ticxicchromtraceplotwidget.cpp plotwidget/massspectraceplotwidget.cpp plotwidget/driftspectraceplotwidget.cpp plotwidget/basecolormapplotwidget.cpp plotwidget/ticxicchrommassspeccolormapplotwidget.cpp plotwidget/ticxicchromdriftspeccolormapplotwidget.cpp plotwidget/driftspecmassspeccolormapplotwidget.cpp) add_library(pappsomspp-widget-static STATIC $
Definition: CMakeLists.txt:6