summaryrefslogtreecommitdiff
path: root/data/graphics/flags/CMakeLists.txt
blob: 363655df87d9a9e8dd36a67bbdca694e75513b0d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SET(FILES
    ca.png
    cn.png
    cz.png
    de.png
    en.png
    es.png
    fi.png
    fr.png
    id.png
    it.png
    jp.png
    nl_BE.png
    pl.png
    pt_BR.png
    pt.png
    ru.png
    se.png
    tr.png
    ua.png
    )

INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/flags)