Skip to content

Commit e78bef8

Browse files
committed
update project name of demos
1 parent 6b338ee commit e78bef8

File tree

37 files changed

+39
-36
lines changed

37 files changed

+39
-36
lines changed

AABB_tree/demo/AABB_tree/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is the CMake script for compiling the AABB tree demo.
22

3-
project( AABB_demo )
3+
project( AABB_tree_Demo )
44

55
# Find includes in corresponding build directories
66
set(CMAKE_INCLUDE_CURRENT_DIR ON)

Alpha_shapes_3/demo/Alpha_shapes_3/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
project (Alpha_shape_3)
4+
project (Alpha_shapes_3_Demo)
5+
56
# Find includes in corresponding build directories
67
set(CMAKE_INCLUDE_CURRENT_DIR ON)
78
# Instruct CMake to run moc automatically when needed.

Arrangement_on_surface_2/demo/Arrangement_on_surface_2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# This is the CMake script for compiling a CGAL application.
22

3-
project( Arrangement_2 )
3+
project( Arrangement_on_surface_2_Demo )
44

55
cmake_minimum_required(VERSION 2.8.11)
66
if(POLICY CMP0043)

Boolean_set_operations_2/demo/Boolean_set_operations_2_GraphicsView/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
project( Boolean_operations_2_demo )
4+
project( Boolean_set_operations_2_GraphicsView_Demo )
55

66
cmake_minimum_required(VERSION 2.8.11)
77
if(POLICY CMP0043)

CGAL_ImageIO/demo/CGALimageIO/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project(image_to_vtk_viewer)
1+
project(CGALimageIO_Demo)
22

33
cmake_minimum_required(VERSION 2.8.11)
44
if(POLICY CMP0043)

CGAL_ipelets/demo/CGAL_ipelets/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
project(CGAL_ipelets_Demo)
2+
13
cmake_minimum_required(VERSION 2.8.11)
24
if(POLICY CMP0043)
35
cmake_policy(SET CMP0043 OLD)

Circular_kernel_3/demo/Circular_kernel_3/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project (Circular_kernel_3)
1+
project (Circular_kernel_3_Demo)
22

33
cmake_minimum_required(VERSION 2.8.11)
44
if(POLICY CMP0043)

GraphicsView/demo/Alpha_shapes_2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
project (Alpha_shapes_2_demo)
4+
project (Alpha_shapes_2_Demo)
55

66
cmake_minimum_required(VERSION 2.8.11)
77
if(POLICY CMP0043)

GraphicsView/demo/Apollonius_graph_2/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
project (Apollonius_graph_2_demo)
4+
project (Apollonius_graph_2_Demo)
55

66
cmake_minimum_required(VERSION 2.8.11)
77
if(POLICY CMP0043)

GraphicsView/demo/Bounding_volumes/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Created by the script cgal_create_cmake_script
22
# This is the CMake script for compiling a CGAL application.
33

4-
project (Bounding_volumes)
4+
project (Bounding_volumes_Demo)
55

66
cmake_minimum_required(VERSION 2.8.11)
77
if(POLICY CMP0043)

0 commit comments

Comments
 (0)