mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-24 10:31:09 +02:00
zlib
This commit is contained in:
@ -6,7 +6,7 @@ cmake .. \
|
|||||||
-DCMAKE_INSTALL_PREFIX=install \
|
-DCMAKE_INSTALL_PREFIX=install \
|
||||||
-DSLS_USE_TEXTCLIENT=ON \
|
-DSLS_USE_TEXTCLIENT=ON \
|
||||||
-DSLS_USE_RECEIVER=ON \
|
-DSLS_USE_RECEIVER=ON \
|
||||||
-DSLS_USE_GUI=OFF \
|
-DSLS_USE_GUI=ON \
|
||||||
-DSLS_USE_TESTS=ON \
|
-DSLS_USE_TESTS=ON \
|
||||||
-DSLS_USE_PYTHON=ON \
|
-DSLS_USE_PYTHON=ON \
|
||||||
-DCMAKE_BUILD_TYPE=Release \
|
-DCMAKE_BUILD_TYPE=Release \
|
||||||
|
@ -16,8 +16,8 @@ requirements:
|
|||||||
- {{ compiler('c') }}
|
- {{ compiler('c') }}
|
||||||
- {{compiler('cxx')}}
|
- {{compiler('cxx')}}
|
||||||
- cmake
|
- cmake
|
||||||
# - qwt 6.* #require qt5 investigate before activating gui
|
- qwt 6.* #require qt5 investigate before activating gui
|
||||||
# - qt=4.8.7=7
|
- qt=4.8*
|
||||||
- zeromq=4.2.5=hfc679d8_5
|
- zeromq=4.2.5=hfc679d8_5
|
||||||
- pyzmq
|
- pyzmq
|
||||||
- xorg-libx11
|
- xorg-libx11
|
||||||
@ -72,7 +72,7 @@ outputs:
|
|||||||
run:
|
run:
|
||||||
- python {{ python }}
|
- python {{ python }}
|
||||||
- numpy
|
- numpy
|
||||||
- slslib=developer
|
- slslib=udp
|
||||||
|
|
||||||
|
|
||||||
test:
|
test:
|
||||||
|
@ -1,5 +1,8 @@
|
|||||||
set(CMAKE_AUTOMOC ON)
|
set(CMAKE_AUTOMOC ON)
|
||||||
|
|
||||||
|
find_package(PNG REQUIRED)
|
||||||
|
find_package(ZLIB REQUIRED)
|
||||||
|
|
||||||
set(SOURCES
|
set(SOURCES
|
||||||
slsDetectorPlotting/src/SlsQt1DPlot.cxx
|
slsDetectorPlotting/src/SlsQt1DPlot.cxx
|
||||||
slsDetectorPlotting/src/SlsQt1DZoomer.cxx
|
slsDetectorPlotting/src/SlsQt1DZoomer.cxx
|
||||||
@ -89,8 +92,8 @@ target_link_libraries(slsDetectorGui PUBLIC
|
|||||||
${QT_QTCORE_LIBRARIES}
|
${QT_QTCORE_LIBRARIES}
|
||||||
${QT_QTGUI_LIBRARIES}
|
${QT_QTGUI_LIBRARIES}
|
||||||
${QWT_LIBRARIES}
|
${QWT_LIBRARIES}
|
||||||
png
|
PNG::PNG
|
||||||
z
|
ZLIB::ZLIB
|
||||||
Qt4::QtOpenGL
|
Qt4::QtOpenGL
|
||||||
Qt4::QtSvg
|
Qt4::QtSvg
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user