Skip to content
Snippets Groups Projects
Commit d50ddd2c authored by Valerio Mariani's avatar Valerio Mariani
Browse files

Copy examples into TGZ package

parent 0a4ced8a
Branches
Tags
No related merge requests found
......@@ -53,6 +53,9 @@ elseif(CPACK_GENERATOR MATCHES "TGZ")
list(APPEND OST_BINARIES \${qt_plugins})
copy_dependencies(\"\${OST_BINARIES}\")
#copy examples into bundle
file (COPY ${CMAKE_SOURCE_DIR}/examples DESTINATION \"\${CMAKE_INSTALL_PREFIX}/share/openstructure/\")
endif(NOT ${CMAKE_INSTALL_PREFIX} MATCHES \${CMAKE_INSTALL_PREFIX})
")
elseif(CPACK_GENERATOR MATCHES "TGZ_NODEP")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment