feat: add tactile codec
This commit is contained in:
@@ -74,6 +74,12 @@ add_executable(
|
||||
components/charts/heatmap.cc
|
||||
components/charts/heatmap.hh
|
||||
components/charts/heatmap.impl.hh
|
||||
dlog/dlog.hh
|
||||
dlog/dlog.cc
|
||||
components/ffmsep/cpdecoder.hh
|
||||
components/ffmsep/cpdecoder.cc
|
||||
components/ffmsep/tactile/tacdec.h
|
||||
components/ffmsep/tactile/tecdec.cc
|
||||
)
|
||||
qt6_add_resources(QRC_FILES resources.qrc)
|
||||
target_sources(${PROJECT_NAME} PRIVATE ${QRC_FILES})
|
||||
@@ -84,4 +90,5 @@ target_link_libraries(
|
||||
modern-qt
|
||||
qcustomplot
|
||||
serial
|
||||
spdlog
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user