~ubuntu-branches/ubuntu/utopic/hedgewars/utopic

« back to all changes in this revision

Viewing changes to share/hedgewars/Data/Missions/Campaign/A_Classic_Fairytale/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Gianfranco Costamagna
  • Date: 2014-01-02 12:37:23 UTC
  • mfrom: (19.1.5 sid)
  • Revision ID: package-import@ubuntu.com-20140102123723-6pdhmyj8tb5y8xbg
Tags: 0.9.20.3-1
New upstream minor release, suitable for unstable

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
file(GLOB Config *.ini)
 
2
file(GLOB Missions *.lua)
 
3
file(GLOB Packs *.hwp)
 
4
 
 
5
install(FILES
 
6
    ${Config}
 
7
    ${Missions}
 
8
    ${Packs}
 
9
    DESTINATION "${SHAREPATH}Data/Missions/Campaign/A_Classic_Fairytale")