reactos/sdk/lib/ucrt/conio/conio.cmake

18 lines
326 B
CMake
Raw Normal View History

2024-10-11 14:52:11 +03:00
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
)