Skip to content

Commit

Permalink
Install example assets
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewkaufman committed Dec 18, 2018
1 parent 479baa0 commit 704b634
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,7 @@ install( DIRECTORY startup DESTINATION . FILES_MATCHING PATTERN "*.py" )
install( FILES ${ATOMS_ICONS_PATH}/logo_new.png DESTINATION graphics RENAME atoms_logo.png )

# build the examples
file( GLOB AtomsGafferExamples examples/scripts/*.gfr )
install( FILES ${AtomsGafferExamples} DESTINATION examples/scripts )
file( GLOB AtomsGafferExampleScripts examples/scripts/*.gfr )
install( FILES ${AtomsGafferExampleScripts} DESTINATION examples/scripts )
install( DIRECTORY examples/assets DESTINATION examples )

0 comments on commit 704b634

Please sign in to comment.