Skip to content

Commit

Permalink
forgot to install properties.plist
Browse files Browse the repository at this point in the history
  • Loading branch information
codeon-nat committed Jun 13, 2017
1 parent 9001320 commit 1c36bfd
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")

4 changes: 4 additions & 0 deletions CMakeSourcesAndHeaders.txt
Original file line number Diff line number Diff line change
Expand Up @@ -143,3 +143,7 @@ dox/while.scion
"dox/!_Introduction.scion"
"dox/#!.scion"
)

set( PLISTS
dox/properties.plist
)

0 comments on commit 1c36bfd

Please sign in to comment.