xref: /reactos/media/fonts/CMakeLists.txt (revision 9c544a55)
1
2list(APPEND FONT_FILES
3    arial.ttf
4    arialbd.ttf
5    arialbi.ttf
6    ariali.ttf
7    ariblk.ttf
8    comic.ttf
9    comicbd.ttf
10    cour.ttf
11    courbd.ttf
12    courbi.ttf
13    couri.ttf
14    framd.ttf
15    framdit.ttf
16    FreeSans.ttf
17    FreeSansBold.ttf
18    FreeSansBoldOblique.ttf
19    FreeSansOblique.ttf
20    FSEX301.ttf
21    FSEX301-L2.ttf
22    georgia.ttf
23    georgiab.ttf
24    georgiai.ttf
25    georgiaz.ttf
26    lucon.ttf
27    Marlett.ttf
28    micross.ttf
29    pala.ttf
30    palab.ttf
31    palabi.ttf
32    palai.ttf
33    SourceSansPro-Regular.ttf
34    SourceSansPro-Bold.ttf
35    SourceSansPro-BoldIt.ttf
36    SourceSansPro-It.ttf
37    #ssee874.fon # to be added (CORE-16165 and CORE-16166)
38    #ssee1255.fon # to be added (CORE-16165 and CORE-16166)
39    #ssee1256.fon # to be added (CORE-16165 and CORE-16166)
40    #ssee1257.fon # to be added (CORE-16165 and CORE-16166)
41    #sserife.fon # to be added (CORE-16165 and CORE-16166)
42    #sserifeg.fon # to be added (CORE-16165 and CORE-16166)
43    #sserifer.fon # to be added (CORE-16165 and CORE-16166)
44    #sserifet.fon # to be added (CORE-16165 and CORE-16166)
45    symbol.ttf
46    tahoma.ttf
47    tahomabd.ttf
48    times.ttf
49    timesbd.ttf
50    timesbi.ttf
51    timesi.ttf
52    trebuc.ttf
53    trebucbd.ttf
54    trebucbi.ttf
55    trebucit.ttf
56    UniVGA16.ttf
57    verdanab.ttf
58    verdanaz.ttf
59    verdanai.ttf
60    verdana.ttf
61    #vgaoem.fon # to be added (CORE-17327)
62    wingding.ttf)
63
64foreach(item ${FONT_FILES})
65    add_cd_file(FILE "${CMAKE_CURRENT_SOURCE_DIR}/${item}" DESTINATION reactos/Fonts FOR all)
66endforeach(item)
67