reactos/sdk/lib/crt/conio/conio.cmake

11 lines
161 B
CMake
Raw Normal View History

2021-07-17 12:53:17 +00:00
list(APPEND CRT_CONIO_SOURCE
conio/cgets.c
conio/cputs.c
conio/getch.c
conio/getche.c
conio/kbhit.c
conio/putch.c
conio/ungetch.c
2021-07-17 12:53:17 +00:00
)