~youssif/stellarium-skycultures/tukano

« back to all changes in this revision

Viewing changes to tukano/CMakeLists.txt

  • Committer: youssif
  • Date: 2015-04-04 07:55:21 UTC
  • Revision ID: youssif@gmail.com-20150404075521-e9tkuzxw9tb16g3g
added the text in CMakeLists.txt file and renamed the file Calendario_Tukano.png

Show diffs side-by-side

added added

removed removed

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