summaryrefslogtreecommitdiff
path: root/muse2/share/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'muse2/share/CMakeLists.txt')
-rw-r--r--muse2/share/CMakeLists.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/muse2/share/CMakeLists.txt b/muse2/share/CMakeLists.txt
index d25bcec9..33b98821 100644
--- a/muse2/share/CMakeLists.txt
+++ b/muse2/share/CMakeLists.txt
@@ -36,6 +36,8 @@ subdirs(
locale
)
+install (FILES didyouknow.txt DESTINATION ${MusE_SHARE_DIR} )
+
# We don't have a splash image for MusE2 yet. When we do, the
# following line can be uncommented:
-#install (FILES splash.png DESTINATION ${MusE_SHARE_DIR} )
+install (FILES splash.png DESTINATION ${MusE_SHARE_DIR} )