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 +)