diff options
Diffstat (limited to 'data/translations/help/CMakeLists.txt')
-rw-r--r-- | data/translations/help/CMakeLists.txt | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/data/translations/help/CMakeLists.txt b/data/translations/help/CMakeLists.txt new file mode 100644 index 000000000..eb3802d13 --- /dev/null +++ b/data/translations/help/CMakeLists.txt @@ -0,0 +1,13 @@ +SET(FILES + arrow_up.gif + arrow_down.gif + arrow_left.gif + arrow_right.gif + error.png + error.xml + manaplus_emotions.png + manaplus_emote.xml + manaplus_emotes.xml + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/sprites) |