summaryrefslogtreecommitdiff
path: root/data/fonts/CMakeLists.txt
blob: 7054a72b5f0dc26837f3c1c7ddd8bfdc40b0bb64 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
SET (FILES
    dejavusans.ttf
    dejavusans-bold.ttf
    dejavusansmono.ttf
    dejavusansmono-bold.ttf
    dejavuserifcondensed.ttf
    dejavuserifcondensed-bold.ttf
    liberationsans.ttf
    liberationsans-bold.ttf
    liberationsansmono.ttf
    liberationsansmono-bold.ttf
    mplus-1p-bold.ttf
    mplus-1p-regular.ttf
    wqy-microhei.ttf
    )

ADD_SUBDIRECTORY(src)

INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/fonts)