Skip to content

Commit b7896c9

Browse files
update /src/storage/index/CMakeLists.txt (#623)
update bustub_storage_disk to bustub_storage_index Co-authored-by: Prashanth Duvvada <[email protected]>
1 parent 583a840 commit b7896c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/storage/index/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,5 +8,5 @@ add_library(
88
linear_probe_hash_table_index.cpp)
99

1010
set(ALL_OBJECT_FILES
11-
${ALL_OBJECT_FILES} $<TARGET_OBJECTS:bustub_storage_disk>
11+
${ALL_OBJECT_FILES} $<TARGET_OBJECTS:bustub_storage_index>
1212
PARENT_SCOPE)

0 commit comments

Comments
 (0)