forked from ROMEO/obsw
further cleanup
This commit is contained in:
@ -1,3 +1,8 @@
|
||||
add_library(bsp STATIC)
|
||||
|
||||
add_subdirectory(hardware)
|
||||
|
||||
target_sources(${TARGET_NAME} PRIVATE main.c)
|
||||
target_sources(bsp PRIVATE main.c)
|
||||
|
||||
# bsp depends on FreeRTOS
|
||||
target_link_libraries(bsp PUBLIC freertos_kernel)
|
Reference in New Issue
Block a user