~ubuntu-branches/debian/jessie/stellarium/jessie

« back to all changes in this revision

Viewing changes to scripts/CMakeLists.txt

Tags: upstream-0.9.1
Import upstream version 0.9.1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
########### install files ###############
2
2
 
3
 
INSTALL_FILES( /share/${PACKAGE}/scripts FILES startup.sts lunar_eclipse_partial.sts lunar_eclipse_total.sts )
 
3
INSTALL(FILES startup.sts lunar_eclipse_partial.sts lunar_eclipse_total.sts DESTINATION  share/${PACKAGE}/scripts)
4
4