Skip to content

Commit

Permalink
Fix CMake formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
jeromehue committed Dec 15, 2024
1 parent 4ea6641 commit 132f122
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Tests/UnitTests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,8 @@ add_test(NAME PersistentVariables COMMAND Sts1CobcSwTests_PersistentVariables)

add_program(ProgramQueue ProgramQueue.test.cpp UnitTestThread.cpp)
target_link_libraries(
Sts1CobcSwTests_ProgramQueue PRIVATE rodos::rodos Sts1CobcSw_FramSections Sts1CobcSw_Utility Sts1CobcSw_Periphery Sts1CobcSw_Serial
Sts1CobcSwTests_ProgramQueue PRIVATE rodos::rodos Sts1CobcSw_FramSections Sts1CobcSw_Utility
Sts1CobcSw_Periphery Sts1CobcSw_Serial
)
add_test(NAME ProgramQueue COMMAND Sts1CobcSwTests_ProgramQueue)

Expand Down

0 comments on commit 132f122

Please sign in to comment.