CMakeLists.txt 385 B

123456789101112131415161718192021222324
  1. SET(FILES
  2. about.txt
  3. about-tmw.txt
  4. chatcommands.txt
  5. chatguild.txt
  6. chatparty.txt
  7. commands.txt
  8. download.txt
  9. footer.txt
  10. header.txt
  11. index.txt
  12. otherteam.txt
  13. searchmany.txt
  14. searchnotfound.txt
  15. skills.txt
  16. support.txt
  17. team.txt
  18. windows.txt
  19. )
  20. ADD_SUBDIRECTORY(idx tips)
  21. INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help)