Skip to content
Snippets Groups Projects
Commit 8e0b4bf6 authored by Nicolò Caruso's avatar Nicolò Caruso Committed by Emilio Corigliano
Browse files

[GS] Updated Cmake for the lyra_gs_entrypoint

parent 24511d1d
No related branches found
No related tags found
No related merge requests found
...@@ -123,3 +123,10 @@ sbs_target(test-actuators stm32f767zi_automated_antennas) ...@@ -123,3 +123,10 @@ sbs_target(test-actuators stm32f767zi_automated_antennas)
# add_executable(test-smcontroller src/entrypoints/Groundstation/Automated/test-smcontroller.cpp ${GROUNDSTATION_COMMON}) # add_executable(test-smcontroller src/entrypoints/Groundstation/Automated/test-smcontroller.cpp ${GROUNDSTATION_COMMON})
# target_include_directories(test-smcontroller PRIVATE ${OBSW_INCLUDE_DIRS}) # target_include_directories(test-smcontroller PRIVATE ${OBSW_INCLUDE_DIRS})
# sbs_target(test-smcontroller stm32f767zi_nucleo) # sbs_target(test-smcontroller stm32f767zi_nucleo)
add_executable(lyra-gs-entry
src/entrypoints/Groundstation/lyra-gs-entry.cpp
${ANTENNAS} ${GROUNDSTATION_COMMON} ${GROUNDSTATION_AUTOMATED}
)
target_include_directories(lyra-gs-entry PRIVATE ${OBSW_INCLUDE_DIRS})
sbs_target(lyra-gs-entry stm32f767zi_lyra_gs)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment