Detector RX ext app (#2673)

This commit is contained in:
Totoo 2025-05-28 13:19:47 +02:00 committed by GitHub
parent 2602c417be
commit f90bd44617
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 479 additions and 0 deletions

View file

@ -212,6 +212,10 @@ set(EXTCPPSRC
#gfxEQ
external/gfxeq/main.cpp
external/gfxeq/ui_gfxeq.cpp
#detector_rx
external/detector_rx/main.cpp
external/detector_rx/ui_detector_rx.cpp
)
set(EXTAPPLIST
@ -266,4 +270,5 @@ set(EXTAPPLIST
scanner
level
gfxeq
detector_rx
)