Skip to content

Commit

Permalink
add missing cpp files to cmake
Browse files Browse the repository at this point in the history
  • Loading branch information
finger563 committed Sep 20, 2024
1 parent ad2afdf commit 06a10b7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/espp.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,8 @@ set(ESPP_SOURCES
${ESPP_COMPONENTS}/event_manager/src/event_manager.cpp
${ESPP_COMPONENTS}/logger/src/logger.cpp
${ESPP_COMPONENTS}/file_system/src/file_system.cpp
${ESPP_COMPONENTS}/filters/src/lowpass_filter.cpp
${ESPP_COMPONENTS}/filters/src/simple_lowpass_filter.cpp
${ESPP_COMPONENTS}/joystick/src/joystick.cpp
${ESPP_COMPONENTS}/rtsp/src/rtcp_packet.cpp
${ESPP_COMPONENTS}/rtsp/src/rtp_packet.cpp
Expand Down

0 comments on commit 06a10b7

Please sign in to comment.