[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,13 @@
list(APPEND UCRT_EXEC_SOURCES
exec/cenvarg.cpp
exec/exec.cmake
exec/getproc.cpp
exec/loaddll.cpp
exec/spawnl.cpp
exec/spawnlp.cpp
exec/spawnv.cpp
exec/spawnvp.cpp
exec/system.cpp
exec/wait.cpp
)