File tree Expand file tree Collapse file tree 3 files changed +4
-12
lines changed
Expand file tree Collapse file tree 3 files changed +4
-12
lines changed Original file line number Diff line number Diff line change 33# License: GPL-2 See https://github.com/pgRouting/pgrouting/blob/main/LICENSE
44
55set (LOCAL_FILES
6- #pgr_randomSpanTree.rst
76 kruskal-family.rst
87 prim-family.rst
98 pgr_kruskal.rst
@@ -15,12 +14,11 @@ set(LOCAL_FILES
1514 pgr_primDD.rst
1615 pgr_primDFS.rst
1716 pgr_primBFS.rst
18- )
17+ )
1918
2019foreach (f ${LOCAL_FILES} )
2120 configure_file (${f} "${PGR_DOCUMENTATION_SOURCE_DIR} /${f} " )
2221 list (APPEND LOCAL_DOC_FILES ${PGR_DOCUMENTATION_SOURCE_DIR} /${f} )
2322endforeach ()
2423
2524set (PROJECT_DOC_FILES ${PROJECT_DOC_FILES} ${LOCAL_DOC_FILES} PARENT_SCOPE )
26-
Original file line number Diff line number Diff line change 55set (LOCAL_FILES
66 _prim.sql
77 _kruskal.sql
8- #_randomSpanTree.sql
98
109 prim.sql
1110 primDFS.sql
@@ -16,10 +15,7 @@ set(LOCAL_FILES
1615 kruskalDFS.sql
1716 kruskalBFS.sql
1817 kruskalDD.sql
19- #randomSpanTree.sql
20- )
21-
22- # Do not modify below this line
18+ )
2319
2420foreach (f ${LOCAL_FILES} )
2521 configure_file (${f} ${f} )
Original file line number Diff line number Diff line change 11# This file is part of the pgRouting project.
22# Copyright (c) 2018-2026 pgRouting developers
33# License: GPL-2 See https://github.com/pgRouting/pgrouting/blob/main/LICENSE
4+
45ADD_LIBRARY (spanningTree OBJECT
56 mst_common.cpp
67 details.cpp
@@ -10,7 +11,4 @@ ADD_LIBRARY(spanningTree OBJECT
1011
1112 prim.c
1213 prim_driver.cpp
13-
14- #randomSpanningTree.c
15- #randomSpanningTree_driver.cpp
16- )
14+ )
You can’t perform that action at this time.
0 commit comments