summaryrefslogtreecommitdiff
path: root/data/fonts/CMakeLists.txt
blob: 7c5f344e605a03ba355d318fd3a653add08e2bf8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
SET (FILES
    dejavusans.ttf
    dejavusans-bold.ttf
    dejavusansmono.ttf
    dejavusansmono-bold.ttf
    liberationsans.ttf
    liberationsans-bold.ttf
    liberationsansmono.ttf
    liberationsansmono-bold.ttf
    mplus-1p-bold.ttf
    mplus-1p-regular.ttf
    )

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