Skip to content

Commit

Permalink
2
Browse files Browse the repository at this point in the history
  • Loading branch information
sksat committed Nov 25, 2021
1 parent d455de0 commit 729d934
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Examples/minimum_user_for_s2e/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,9 @@ if(USE_SILS_MOCKUP)
message("USE SILS_MOCKUP")
else()
target_sources(${PROJECT_NAME} PUBLIC
${CMAKE_CURRENT_SOURCE_DIR}/src/src_user/IfWrapper/Sils/ccsds_sils.c
${CMAKE_CURRENT_SOURCE_DIR}/src/src_user/IfWrapper/Sils/uart_sils.c
${CMAKE_CURRENT_SOURCE_DIR}/src/src_user/IfWrapper/Sils/wdt_sils.c
${CMAKE_CURRENT_SOURCE_DIR}/src/src_user/IfWrapper/Sils/ccsds_sils.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/src_user/IfWrapper/Sils/uart_sils.cpp
${CMAKE_CURRENT_SOURCE_DIR}/src/src_user/IfWrapper/Sils/wdt_sils.cpp
)
endif()

Expand Down

0 comments on commit 729d934

Please sign in to comment.