summaryrefslogtreecommitdiff
path: root/data/graphics/flags/CMakeLists.txt
blob: 4dfe2eaecffd14e3b94fa59efeec267e89de2405 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
SET(FILES
    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
    vls.png
    )

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