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

             
                 
                    
                 
                 

                
              

              
                 

                      


               
               

     
                          
 
                                                    
SET(FILES
    about.txt
    about-tmw.txt
    chatcommands.txt
    chatguild.txt
    chatparty.txt
    commands.txt
    download.txt
    footer.txt
    header.txt
    index.txt
    otherteam.txt
    searchmany.txt
    searchnotfound.txt
    skills.txt
    support.txt
    team.txt
    windows.txt
    )

ADD_SUBDIRECTORY(idx tips)

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