1*7bb12665STimo Kreuzer 2*7bb12665STimo Kreuzerlist(APPEND UCRT_CONVERT_SOURCES 3*7bb12665STimo Kreuzer convert/atof.cpp 4*7bb12665STimo Kreuzer convert/atoldbl.cpp 5*7bb12665STimo Kreuzer convert/atox.cpp 6*7bb12665STimo Kreuzer convert/c16rtomb.cpp 7*7bb12665STimo Kreuzer convert/c32rtomb.cpp 8*7bb12665STimo Kreuzer convert/cfout.cpp 9*7bb12665STimo Kreuzer convert/common_utf8.cpp 10*7bb12665STimo Kreuzer convert/cvt.cpp 11*7bb12665STimo Kreuzer convert/fcvt.cpp 12*7bb12665STimo Kreuzer convert/fp_flags.cpp 13*7bb12665STimo Kreuzer convert/gcvt.cpp 14*7bb12665STimo Kreuzer convert/isctype.cpp 15*7bb12665STimo Kreuzer convert/ismbstr.cpp 16*7bb12665STimo Kreuzer convert/iswctype.cpp 17*7bb12665STimo Kreuzer convert/mblen.cpp 18*7bb12665STimo Kreuzer convert/mbrtoc16.cpp 19*7bb12665STimo Kreuzer convert/mbrtoc32.cpp 20*7bb12665STimo Kreuzer convert/mbrtowc.cpp 21*7bb12665STimo Kreuzer convert/mbstowcs.cpp 22*7bb12665STimo Kreuzer convert/mbtowc.cpp 23*7bb12665STimo Kreuzer convert/strtod.cpp 24*7bb12665STimo Kreuzer convert/strtox.cpp 25*7bb12665STimo Kreuzer convert/swab.cpp 26*7bb12665STimo Kreuzer convert/tolower_toupper.cpp 27*7bb12665STimo Kreuzer convert/towlower.cpp 28*7bb12665STimo Kreuzer convert/towupper.cpp 29*7bb12665STimo Kreuzer convert/wcrtomb.cpp 30*7bb12665STimo Kreuzer convert/wcstombs.cpp 31*7bb12665STimo Kreuzer convert/wctomb.cpp 32*7bb12665STimo Kreuzer convert/wctrans.cpp 33*7bb12665STimo Kreuzer convert/wctype.cpp 34*7bb12665STimo Kreuzer convert/xtoa.cpp 35*7bb12665STimo Kreuzer convert/_ctype.cpp 36*7bb12665STimo Kreuzer convert/_fptostr.cpp 37*7bb12665STimo Kreuzer convert/_mbslen.cpp 38*7bb12665STimo Kreuzer convert/_wctype.cpp 39*7bb12665STimo Kreuzer) 40*7bb12665STimo Kreuzer 41*7bb12665STimo Kreuzer# All multibyte string functions require the _MBCS macro to be defined 42*7bb12665STimo Kreuzerset_source_files_properties(convert/ismbstr.cpp PROPERTIES COMPILE_DEFINITIONS _MBCS) 43