Skip to content

Commit

Permalink
Added Volumetric and Pressure pump to Meson build
Browse files Browse the repository at this point in the history
  • Loading branch information
Lars-Kool committed Jun 24, 2024
1 parent 4ac474b commit be050da
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion MMCore/meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,14 @@ mmcore_sources = files(
'Devices/HubInstance.cpp',
'Devices/ImageProcessorInstance.cpp',
'Devices/MagnifierInstance.cpp',
'Devices/PumpInstance.cpp',
'Devices/PressurePumpInstance.cpp',
'Devices/SerialInstance.cpp',
'Devices/ShutterInstance.cpp',
'Devices/SignalIOInstance.cpp',
'Devices/SLMInstance.cpp',
'Devices/StageInstance.cpp',
'Devices/StateInstance.cpp',
'Devices/VolumetricPumpInstance.cpp',
'Devices/XYStageInstance.cpp',
'Error.cpp',
'FrameBuffer.cpp',
Expand Down

0 comments on commit be050da

Please sign in to comment.