Skip to content

Commit

Permalink
(build) adjusting to file renames
Browse files Browse the repository at this point in the history
  • Loading branch information
cvvergara committed Dec 23, 2024
1 parent 7163b83 commit 997f2d4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docqueries/ordering/CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
# Do not use extensions
SET(LOCAL_FILES
cuthillMckeeOrdering
topologicalSort
)

foreach (f ${LOCAL_FILES})
configure_file("${f}.result" "${PGR_DOCUMENTATION_SOURCE_DIR}/${f}.queries")
list(APPEND LOCAL_DOC_FILES "${PGR_DOCUMENTATION_SOURCE_DIR}/${f}.queries")
endforeach()

set(PROJECT_DOC_FILES ${PROJECT_DOC_FILES} ${LOCAL_DOC_FILES} PARENT_SCOPE)
set(PROJECT_DOC_FILES ${PROJECT_DOC_FILES} ${LOCAL_DOC_FILES} PARENT_SCOPE)
1 change: 1 addition & 0 deletions docqueries/ordering/test.conf
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
'any' => {
'files' => [qw(
cuthillMckeeOrdering.pg
topologicalSort.pg
)]
},

Expand Down

0 comments on commit 997f2d4

Please sign in to comment.