Skip to content

Commit 5ef896e

Browse files
committed
(build) Adjusting CMakelists to name changes
1 parent 1a43627 commit 5ef896e

15 files changed

Lines changed: 24 additions & 24 deletions

File tree

sql/chinese/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11

22
SET(LOCAL_FILES
33
_pgr_chinesePostman.sql
4-
pgr_chinesePostman.sql
5-
pgr_chinesePostmanCost.sql)
4+
chinesePostman.sql
5+
chinesePostmanCost.sql)
66

77
foreach (f ${LOCAL_FILES})
88
configure_file(${f} ${f})

sql/common/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ SET(LOCAL_FILES
55
_startPoint.sql
66
_endPoint.sql
77
pgrouting_utilities.sql
8-
pgr_parameter_check.sql
8+
parameter_check.sql
99
utilities_pgr.sql
1010
createIndex.sql
1111
_checkquery.sql

sql/trsp/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,9 +7,9 @@ SET(LOCAL_FILES
77
pgr_trsp.sql
88

99
_pgr_trspViaVertices.sql
10-
pgr_trspViaVertices.sql
10+
trspViaVertices.sql
1111

12-
pgr_trspViaEdges.sql
12+
trspViaEdges.sql
1313
_trsp_withPoints.sql
1414
trsp_withPoints.sql
1515

sql/vrp_basic/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
SET(LOCAL_FILES
33
#routing_vrp.sql
44
_pgr_vrpOneDepot.sql
5-
pgr_vrpOneDepot.sql
5+
vrpOneDepot.sql
66
)
77

88
foreach (f ${LOCAL_FILES})

src/alpha_shape/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ADD_LIBRARY(alpha_shape OBJECT
2-
pgr_alphaShape.cpp
2+
alphaShape.cpp
33
alphaShape.c
44
alphaShape_driver.cpp
55
)

src/coloring/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ ADD_LIBRARY(coloring OBJECT
55
bipartite_driver.cpp
66
edgeColoring.c
77
edgeColoring_driver.cpp
8-
pgr_edgeColoring.cpp
8+
edgeColoring.cpp
99
)

src/common/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,13 @@ ADD_LIBRARY(common OBJECT
66
check_parameters.c
77

88
time_msg.c
9-
pgr_assert.cpp
9+
assert.cpp
1010
identifier.cpp
1111

1212
basic_vertex.cpp
1313
xy_vertex.cpp
1414
ch_vertex.cpp
1515
ch_edge.cpp
1616
basic_edge.cpp
17-
pgr_alloc.cpp
17+
alloc.cpp
1818
)

src/components/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ADD_LIBRARY(components OBJECT
88

99
makeConnected_driver.cpp
1010
componentsResult.cpp
11-
pgr_components.cpp
11+
components.cpp
1212
connectedComponents_driver.cpp
1313
strongComponents_driver.cpp
1414
biconnectedComponents_driver.cpp

src/contraction/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
ADD_LIBRARY(contraction OBJECT
22
contractGraph.c
33
contractGraph_driver.cpp
4-
pgr_contract.cpp
4+
contract.cpp
55
)

src/cpp_common/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ ADD_LIBRARY(cpp_common OBJECT
33
compPaths.cpp
44
rule.cpp
55
bpoint.cpp
6-
pgr_messages.cpp
6+
messages.cpp
77
combinations.cpp
88

99
get_check_data.cpp

0 commit comments

Comments
 (0)