Skip to content

Commit

Permalink
update /src/storage/index/CMakeLists.txt (#623)
Browse files Browse the repository at this point in the history
update bustub_storage_disk to bustub_storage_index

Co-authored-by: Prashanth Duvvada <[email protected]>
  • Loading branch information
xxmy7 and prashanthduvvada committed Aug 9, 2024
1 parent 583a840 commit b7896c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/storage/index/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ add_library(
linear_probe_hash_table_index.cpp)

set(ALL_OBJECT_FILES
${ALL_OBJECT_FILES} $<TARGET_OBJECTS:bustub_storage_disk>
${ALL_OBJECT_FILES} $<TARGET_OBJECTS:bustub_storage_index>
PARENT_SCOPE)

0 comments on commit b7896c9

Please sign in to comment.