mirror of https://github.com/CGAL/cgal
Change project names in CMakeLists
This commit is contained in:
parent
079dce0e54
commit
1351746df0
|
|
@ -1,7 +1,7 @@
|
|||
# Created by the script cgal_create_CMakeLists
|
||||
# This is the CMake script for compiling a set of CGAL applications.
|
||||
|
||||
project( Heat_method_3 )
|
||||
project( Heat_method_3_Examples )
|
||||
|
||||
|
||||
cmake_minimum_required(VERSION 2.8.11)
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
# Created by the script cgal_create_CMakeLists
|
||||
# This is the CMake script for compiling a set of CGAL applications.
|
||||
|
||||
project( Heat_method_3 )
|
||||
project( Heat_method_3_Tests )
|
||||
|
||||
|
||||
cmake_minimum_required(VERSION 2.8.11)
|
||||
|
|
|
|||
Loading…
Reference in New Issue