functional and commented

This commit is contained in:
portnoytmy 2025-06-03 00:50:08 +02:00
parent eb203bcf00
commit e2f3584f47
10 changed files with 604 additions and 38 deletions

View file

@ -19,7 +19,11 @@ file(GLOB SOURCES *.cpp)
file(GLOB HEADERS *.h *.hpp)
# Ausführbare Datei erstellen
add_executable(${PROJECT_NAME} ${SOURCES})
add_executable(${PROJECT_NAME} ${SOURCES}
ring_buffer.h
analysis_model.h
sensor_network.cpp
sensor_network.h)
# Installation konfigurieren
install(TARGETS ${PROJECT_NAME} DESTINATION bin)