Files
obsw/bsp_z7/newlib/CMakeLists.txt
2024-10-07 16:55:20 +02:00

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)