[CRT] Add crtmath library

This commit is contained in:
Timo Kreuzer 2025-05-07 18:33:10 +03:00
parent 4866a25a8f
commit 35bc1e1d9e
5 changed files with 22 additions and 8 deletions

View file

@ -25,6 +25,7 @@ include(wine/wine.cmake)
include(wstring/wstring.cmake)
include(crt.cmake)
include(crtmath.cmake)
include(libcntpr.cmake)
include(msvcrtex.cmake)
include(oldnames.cmake)