Skip to content

Commit 4c279ba

Browse files
committed
[sql/ordering] update CMakeLists.txt file
1 parent 6d5e8d8 commit 4c279ba

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

sql/ordering/CMakeLists.txt

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
SET(LOCAL_FILES
22
_cuthillMckeeOrdering.sql
33
cuthillMckeeOrdering.sql
4+
_sloanOrdering.sql
5+
sloanOrdering.sql
46
)
57

68
# Do not modify below this line
@@ -12,4 +14,4 @@ foreach (f ${LOCAL_FILES})
1214
list(APPEND PACKAGE_SQL_FILES ${CMAKE_CURRENT_BINARY_DIR}/${f})
1315
endforeach()
1416

15-
set(PROJECT_SQL_FILES ${PROJECT_SQL_FILES} ${PACKAGE_SQL_FILES} PARENT_SCOPE)
17+
set(PROJECT_SQL_FILES ${PROJECT_SQL_FILES} ${PACKAGE_SQL_FILES} PARENT_SCOPE)

0 commit comments

Comments
 (0)