reactos/sdk/lib/crt/conio/conio.cmake
2021-07-20 23:13:03 +02:00

11 lines
164 B
CMake

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
)