~ubuntu-branches/debian/sid/stellarium/sid

« back to all changes in this revision

Viewing changes to skycultures/western_rey/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2015-01-20 19:20:13 UTC
  • mfrom: (1.2.17)
  • Revision ID: package-import@ubuntu.com-20150120192013-n9d3rxliaam647ay
Tags: 0.13.2-1
ImportedĀ UpstreamĀ versionĀ 0.13.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
 
 
2
########### install files ###############
 
3
 
 
4
# install info.ini and star_names.fab
 
5
INSTALL(FILES info.ini star_names.fab DESTINATION share/${PACKAGE}/skycultures/western_rey )
 
6
 
 
7
# install constellations data, artwork and descriptions
 
8
INSTALL(DIRECTORY ./ DESTINATION share/${PACKAGE}/skycultures/western_rey
 
9
        FILES_MATCHING PATTERN "constellation*" 
 
10
        PATTERN "*.png" 
 
11
        PATTERN "description.*.utf8" 
 
12
        PATTERN "CMakeFiles" EXCLUDE )