functional and commented
This commit is contained in:
parent
eb203bcf00
commit
e2f3584f47
10 changed files with 604 additions and 38 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue