~ubuntu-branches/ubuntu/trusty/muse/trusty

« back to all changes in this revision

Viewing changes to share/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Alessio Treglia
  • Date: 2013-08-28 16:25:57 UTC
  • mfrom: (1.1.16)
  • Revision ID: package-import@ubuntu.com-20130828162557-27ulrksfvm64td50
Tags: 2.1.2-1
* New upstream bugfix release.
* Refresh patches.
* Fix doc links.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
#       are scanned before coming to share/locale
26
26
subdirs(
27
27
      drummaps
28
 
      html
29
28
      instruments
30
29
      plugins
31
30
      pybridge
34
33
      wallpapers
35
34
      scoreglyphs
36
35
      locale
 
36
      themes
37
37
      )
38
38
 
39
 
install (FILES didyouknow.txt DESTINATION ${MusE_SHARE_DIR} )
40
 
 
41
 
# We don't have a splash image for MusE2 yet. When we do, the
42
 
# following line can be uncommented:
43
 
install (FILES splash.png DESTINATION ${MusE_SHARE_DIR} )
 
39
install (FILES didyouknow.txt splash.png DESTINATION ${MusE_SHARE_DIR} )