12 lines
151 B
CMake
12 lines
151 B
CMake
target_sources(
|
|
${CMAKE_PROJECT_NAME}
|
|
PUBLIC
|
|
|
|
serial_io.c
|
|
serial_io.h
|
|
|
|
standard_output.c
|
|
standard_output.h
|
|
term_colors.h
|
|
)
|