forked from ROMEO/obsw
3 lines
229 B
CMake
3 lines
229 B
CMake
# Needs to be INTERFACE'd so it is build as part of the main application and can be found by the linker
|
|
# Otherwise, the linker seems to be unable to link it into newlib
|
|
target_sources(bsp INTERFACE close.c exit.c read.c write.c) |