summaryrefslogblamecommitdiff
path: root/data/help/CMakeLists.txt
blob: 66118f461887d92a68547a14b99d69dc1895000b (plain) (tree)
1
2
3
4
5
6
7
8
9

             
                
                    




               

               

     


                    

                       
                      
 
                                                    
SET(FILES
    about.txt
    commands.txt
    chatcommands.txt
    header.txt
    index.txt
    skills.txt
    support.txt
    team.txt
    teamtmw.txt
    windows.txt
    )

ADD_SUBDIRECTORY(es)
ADD_SUBDIRECTORY(fr)
ADD_SUBDIRECTORY(ru)
ADD_SUBDIRECTORY(pt)
ADD_SUBDIRECTORY(pt_BR)
ADD_SUBDIRECTORY(tips)

INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/help)