Skip to content

Commit

Permalink
Build telemetry-related files for all targets
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehue committed Feb 2, 2025
1 parent 22b7947 commit e27ad2d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 1 addition & 3 deletions Sts1CobcSw/FramSections/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,4 @@ target_link_libraries(
Sts1CobcSw_Serial Sts1CobcSw_Utility
)

if(CMAKE_SYSTEM_NAME STREQUAL Generic)
target_link_libraries(Sts1CobcSw_FramSections PRIVATE TelemetryRecord.cpp TelemetryMemory.cpp)
endif()
target_sources(Sts1CobcSw_FramSections PRIVATE TelemetryRecord.cpp TelemetryMemory.cpp)
2 changes: 2 additions & 0 deletions Sts1CobcSw/FramSections/TelemetryMemory.hpp
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
#pragma once


#include <Sts1CobcSw/FramSections/FramLayout.hpp>
#include <Sts1CobcSw/FramSections/FramRingArray.hpp>
#include <Sts1CobcSw/FramSections/Subsections.hpp>
#include <Sts1CobcSw/FramSections/TelemetryRecord.hpp>

#include <cstdint>
Expand Down

0 comments on commit e27ad2d

Please sign in to comment.