Skip to content

Commit

Permalink
Refs #4362. Add the instrument/Grouping directory to installers.
Browse files Browse the repository at this point in the history
  • Loading branch information
martyngigg committed Jan 23, 2012
1 parent 729a637 commit 917bda6
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Code/Mantid/Framework/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -169,12 +169,13 @@ add_custom_target( Framework DEPENDS ${FRAMEWORK_LIBS} )
###########################################################################

# Create instrument directory and make it writable so vtp files can go there
install ( DIRECTORY DESTINATION ${INBUNDLE}instrument
install ( DIRECTORY ../instrument/ DESTINATION ${INBUNDLE}instrument
DIRECTORY_PERMISSIONS OWNER_READ OWNER_EXECUTE OWNER_WRITE
GROUP_READ GROUP_EXECUTE GROUP_WRITE
WORLD_READ WORLD_EXECUTE WORLD_WRITE
PATTERN "*UNIT_TESTING*" EXCLUDE
)
file ( GLOB INSTRUMENT_FILES ../instrument/*.xml )
install ( FILES ${INSTRUMENT_FILES} DESTINATION ${INBUNDLE}instrument )

# Scripts
install ( DIRECTORY ../scripts/ DESTINATION ${INBUNDLE}scripts PATTERN ".svn" EXCLUDE
PATTERN "*.pyc" EXCLUDE )

0 comments on commit 917bda6

Please sign in to comment.