CMakeLists.txt 290 B

12345678910111213141516
  1. SET(FILES
  2. arrow_down.png
  3. arrow_left.png
  4. arrow_right.png
  5. arrow_up.png
  6. chatemotes.png
  7. error.png
  8. error.xml
  9. manaplus_emotions.png
  10. manaplus_emote.xml
  11. manaplus_emotes.xml
  12. test.xml
  13. )
  14. INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/graphics/sprites)