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

             
                    
                 
                 

                
              

              
                 

                      

               
            
            
               

     
                      
 
                                                    
SET(FILES
    about.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
    tags.idx
    team.txt
    windows.txt
    )

ADD_SUBDIRECTORY(tips)

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