copy demo resources in the cmake module dir during release creation and fetch it from here during installation

This commit is contained in:
Maxime Gimeno
2020-11-20 12:20:54 +01:00
parent 2f4d00af15
commit f5c32f126f
2 changed files with 21 additions and 8 deletions
@@ -158,6 +158,8 @@ if(EXISTS ${GIT_REPO}/Maintenance/release_building/public_release_name)
file(COPY "${GIT_REPO}/Maintenance/release_building/public_release_name"
DESTINATION "${release_dir}/doc")
endif()
file(COPY ${GIT_REPO}/GraphicsView/demo/resources ${GIT_REPO}/GraphicsView/demo/icons
DESTINATION "${release_dir}/cmake/modules")
#create VERSION
file(WRITE ${release_dir}/VERSION "${CGAL_VERSION}")