CMake scripts for demos/examples/test added

This commit is contained in:
Fernando Cacciola
2008-02-06 19:06:24 +00:00
parent 1e531c4370
commit afddfc4fca
226 changed files with 5707 additions and 308 deletions
@@ -368,7 +368,7 @@ copy_old_stuff()
# If there is any configuration cached in the old release, copy it
if [ -f "${platform}/CMakeCache.txt" ]; then
log ${ACTUAL_LOGFILE} "Copyingr old ${platform}/CMakeCache.txt into ${CGAL_DIR}/cmake/platforms/${platform}/"
log ${ACTUAL_LOGFILE} "Copying old ${platform}/CMakeCache.txt into ${CGAL_DIR}/cmake/platforms/${platform}/"
cp "${platform}/CMakeCache.txt" "${CGAL_DIR}/cmake/platforms/${platform}" >> ${ACTUAL_LOGFILE}
fi