obsw/mission/CMakeLists.txt
2024-10-10 16:04:18 +02:00

6 lines
223 B
CMake

################################################
# Mission code in C
# adds directly to the OBSW target
################################################
target_sources(${OBSW_NAME} PRIVATE mission.c freeRTOS_rust_helper.c)