Skip to content

Commit

Permalink
Fix target_link_libraries of LfsWrapper test
Browse files Browse the repository at this point in the history
  • Loading branch information
PatrickKa committed Aug 12, 2024
1 parent f4e7bff commit 8c30128
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 @@ -34,7 +34,8 @@ target_link_libraries(Sts1CobcSwTests_Span PRIVATE Catch2::Catch2WithMain Sts1Co

add_program(LfsWrapper LfsWrapper.test.cpp)
target_link_libraries(
Sts1CobcSwTests_LfsWrapper PRIVATE Catch2::Catch2WithMain Sts1CobcSw_FileSystem
Sts1CobcSwTests_LfsWrapper PRIVATE Catch2::Catch2WithMain littlefs::littlefs
Sts1CobcSw_FileSystem
)

get_property(
Expand Down

0 comments on commit 8c30128

Please sign in to comment.