compiled soft_proton

This commit is contained in:
2026-01-19 09:48:07 +01:00
parent 025e985b75
commit 45b01bf4c4
2 changed files with 67 additions and 68 deletions

View File

@@ -29,6 +29,7 @@ DBDS += src/daq.dbd
# Source files to build
SOURCES += src/daq.cpp
SOURCES += src/daq_soft_proton.c
SCRIPTS += scripts/daq_4ch.cmd
SCRIPTS += scripts/daq_8ch.cmd
@@ -36,6 +37,6 @@ SCRIPTS += scripts/daq_2nd_gen.cmd
SCRIPTS += sim/daq_sim.py
CXXFLAGS += -std=c++17
USR_CFLAGS += -Wall -Wextra #-Werror
USR_CFLAGS += -std=c11 -Wall -Wextra #-Werror
# MISCS would be the place to keep the stream device template files