From 1c36bfd48180db0bf5e1bf3a6a2861364ec6535a Mon Sep 17 00:00:00 2001 From: Nat! Date: Tue, 13 Jun 2017 18:18:33 +0200 Subject: [PATCH] forgot to install properties.plist --- CMakeLists.txt | 2 +- CMakeSourcesAndHeaders.txt | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index fcf420b..3fe910c 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -73,5 +73,5 @@ ${OS_SPECIFIC_LIBS} # INSTALL( FILES ${HEADERS} DESTINATION "include/MulleScion") INSTALL( TARGETS mulle-scion DESTINATION "bin") -INSTALL( FILES ${SCIONS} DESTINATION "share/mulle-scion/dox") +INSTALL( FILES ${SCIONS} ${PLISTS} DESTINATION "share/mulle-scion/dox") diff --git a/CMakeSourcesAndHeaders.txt b/CMakeSourcesAndHeaders.txt index b48e49e..8790384 100644 --- a/CMakeSourcesAndHeaders.txt +++ b/CMakeSourcesAndHeaders.txt @@ -143,3 +143,7 @@ dox/while.scion "dox/!_Introduction.scion" "dox/#!.scion" ) + +set( PLISTS +dox/properties.plist +)