mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13:00 +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/internal/internal.cmake
Normal file
17
sdk/lib/ucrt/internal/internal.cmake
Normal file
|
@ -0,0 +1,17 @@
|
|||
|
||||
list(APPEND UCRT_INTERNAL_SOURCES
|
||||
internal/CreateProcessA.cpp
|
||||
internal/GetModuleFileNameA.cpp
|
||||
internal/initialization.cpp
|
||||
internal/LoadLibraryExA.cpp
|
||||
internal/locks.cpp
|
||||
internal/OutputDebugStringA.cpp
|
||||
internal/peb_access.cpp
|
||||
internal/per_thread_data.cpp
|
||||
internal/report_runtime_error.cpp
|
||||
internal/SetCurrentDirectoryA.cpp
|
||||
internal/SetEnvironmentVariableA.cpp
|
||||
internal/shared_initialization.cpp
|
||||
internal/winapi_thunks.cpp
|
||||
internal/win_policies.cpp
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue