fix CMakeLists project names

This commit is contained in:
Lingjie Zhu 2018-11-07 09:51:30 +08:00
parent 46e20dae26
commit efc7d7e9aa
3 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
# Created by the script cgal_create_CMakeLists
# This is the CMake script for compiling a set of CGAL applications.
project( Surface_mesh_approximation )
project( Surface_mesh_approximation_Benchmarks )
cmake_minimum_required(VERSION 2.8.11)

View File

@ -1,7 +1,7 @@
# Created by the script cgal_create_CMakeLists
# This is the CMake script for compiling a set of CGAL applications.
project( Surface_mesh_approximation )
project( Surface_mesh_approximation_Examples )
cmake_minimum_required(VERSION 2.8.11)

View File

@ -1,7 +1,7 @@
# Created by the script cgal_create_CMakeLists
# This is the CMake script for compiling a set of CGAL applications.
project( Surface_mesh_approximation )
project( Surface_mesh_approximation_Tests )
cmake_minimum_required(VERSION 2.8.11)