mirror of
https://github.com/reactos/reactos.git
synced 2024-11-20 06:15:26 +00:00
11 lines
164 B
CMake
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
|
||
|
)
|