-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Break cyclic dependency between Serial and Utility (#175)
- Loading branch information
Showing
2 changed files
with
1 addition
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1 @@ | ||
# TODO: Break cyclic dependency with Sts1CobcSw_Utility | ||
target_link_libraries(Sts1CobcSw_Serial INTERFACE Sts1CobcSw_Utility) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,2 @@ | ||
target_sources(Sts1CobcSw_Utility PRIVATE Crc32.cpp Time.cpp) | ||
# TODO: Break cyclic dependency with Sts1CobcSw_Serial (maybe by putting Byte to Utility?) | ||
target_link_libraries(Sts1CobcSw_Utility PUBLIC rodos::rodos Sts1CobcSw_Serial) | ||
target_link_libraries(Sts1CobcSw_Utility PUBLIC rodos::rodos) |