7 lines
116 B
CMake
7 lines
116 B
CMake
target_sources(
|
|
${CMAKE_PROJECT_NAME}
|
|
PUBLIC
|
|
standard_output.c
|
|
standard_output.h
|
|
term_colors.h
|
|
) |