mirror of
https://github.com/reactos/reactos.git
synced 2025-05-28 13:38:19 +00:00
17 lines
326 B
CMake
17 lines
326 B
CMake
|
|
list(APPEND UCRT_CONIO_SOURCES
|
|
conio/cgets.cpp
|
|
conio/cgetws.cpp
|
|
conio/cprintf.cpp
|
|
conio/cputs.cpp
|
|
conio/cputws.cpp
|
|
conio/cscanf.cpp
|
|
conio/getch.cpp
|
|
conio/getwch.cpp
|
|
conio/initcon.cpp
|
|
conio/initconin.cpp
|
|
conio/pipe.cpp
|
|
conio/popen.cpp
|
|
conio/putch.cpp
|
|
conio/putwch.cpp
|
|
)
|