mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 21:53:06 +00:00
[CRT] Improve CMake files
This commit is contained in:
parent
950e814377
commit
8043b76e85
3 changed files with 16 additions and 42 deletions
|
@ -73,6 +73,7 @@ elseif(ARCH STREQUAL "amd64")
|
|||
elseif(ARCH STREQUAL "arm")
|
||||
list(APPEND LIBCNTPR_MATH_SOURCE
|
||||
math/cos.c
|
||||
math/floorf.c
|
||||
math/sin.c
|
||||
math/sqrt.c
|
||||
math/arm/__rt_sdiv.c
|
||||
|
@ -128,7 +129,6 @@ if(NOT ARCH STREQUAL "i386")
|
|||
math/cos.c
|
||||
math/coshf.c
|
||||
math/expf.c
|
||||
math/floorf.c
|
||||
math/fmodf.c
|
||||
math/log10f.c
|
||||
math/modff.c
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue