[UCRT] Add CMake files

This commit is contained in:
Timo Kreuzer 2024-10-11 14:52:11 +03:00
parent ef440b9aef
commit 7bb12665d6
21 changed files with 654 additions and 1 deletions

View file

@ -0,0 +1,17 @@
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
)