Files
obsw/mission/CMakeLists.txt
2024-12-06 17:37:08 +01:00

8 lines
248 B
CMake

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