copy demo resources in the cmake module dir during release creation and fetch it from here during installation
This commit is contained in:
@@ -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}")
|
||||
|
||||
Reference in New Issue
Block a user