mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 12:11:42 +00:00
[UCRT] Add CMake files
This commit is contained in:
parent
ef440b9aef
commit
7bb12665d6
21 changed files with 654 additions and 1 deletions
17
sdk/lib/ucrt/conio/conio.cmake
Normal file
17
sdk/lib/ucrt/conio/conio.cmake
Normal 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
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue