Skip to content

Commit

Permalink
Merge pull request #628 from ut-issl/hotfix/c2a-command-sernder-optio…
Browse files Browse the repository at this point in the history
…n-path

Fix C2A command sender source file path
  • Loading branch information
sksat authored Mar 12, 2024
2 parents 87e7863 + 81fa0e0 commit d7f72f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ endif()
if(USE_C2A_COMMAND_SENDER)
set(SOURCE_FILES
${SOURCE_FILES}
real/communication/wings_command_sender.cpp
real/communication/wings_command_sender_to_c2a.cpp
)
endif()

Expand Down

0 comments on commit d7f72f5

Please sign in to comment.