mirror of
https://github.com/reactos/reactos.git
synced 2025-08-03 06:07:17 +00:00
[UCRT] Add CMake files
This commit is contained in:
parent
ef440b9aef
commit
7bb12665d6
21 changed files with 654 additions and 1 deletions
34
sdk/lib/ucrt/misc/misc.cmake
Normal file
34
sdk/lib/ucrt/misc/misc.cmake
Normal file
|
@ -0,0 +1,34 @@
|
|||
|
||||
list(APPEND UCRT_MISC_SOURCES
|
||||
misc/chdir.cpp
|
||||
misc/crtmbox.cpp
|
||||
misc/drive.cpp
|
||||
misc/drivemap.cpp
|
||||
misc/drivfree.cpp
|
||||
misc/errno.cpp
|
||||
misc/exception_filter.cpp
|
||||
misc/getcwd.cpp
|
||||
misc/getpid.cpp
|
||||
misc/invalid_parameter.cpp
|
||||
misc/is_wctype.cpp
|
||||
misc/perror.cpp
|
||||
misc/resetstk.cpp
|
||||
misc/seterrm.cpp
|
||||
misc/set_error_mode.cpp
|
||||
misc/signal.cpp
|
||||
misc/slbeep.cpp
|
||||
misc/strerror.cpp
|
||||
misc/syserr.cpp
|
||||
misc/systime.cpp
|
||||
misc/terminate.cpp
|
||||
misc/wperror.cpp
|
||||
misc/_strerr.cpp
|
||||
)
|
||||
|
||||
if (CMAKE_BUILD_TYPE STREQUAL "Debug")
|
||||
list(APPEND UCRT_MISC_SOURCES
|
||||
misc/dbgrpt.cpp
|
||||
misc/dbgrptt.cpp
|
||||
misc/debug_fill_threshold.cpp
|
||||
)
|
||||
endif()
|
Loading…
Add table
Add a link
Reference in a new issue