mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 11:41: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
21
sdk/lib/ucrt/time/time.cmake
Normal file
21
sdk/lib/ucrt/time/time.cmake
Normal file
|
@ -0,0 +1,21 @@
|
|||
|
||||
list(APPEND UCRT_TIME_SOURCES
|
||||
time/asctime.cpp
|
||||
time/clock.cpp
|
||||
time/ctime.cpp
|
||||
time/days.cpp
|
||||
time/difftime.cpp
|
||||
time/ftime.cpp
|
||||
time/gmtime.cpp
|
||||
time/localtime.cpp
|
||||
time/loctotime.cpp
|
||||
time/mktime.cpp
|
||||
time/strdate.cpp
|
||||
time/strftime.cpp
|
||||
time/strtime.cpp
|
||||
time/time.cpp
|
||||
time/timeset.cpp
|
||||
time/tzset.cpp
|
||||
time/utime.cpp
|
||||
time/wcsftime.cpp
|
||||
)
|
Loading…
Add table
Add a link
Reference in a new issue