reactos/sdk/lib/ucrt/conio/conio.cmake
2025-01-16 14:18:53 +02:00

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
)