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