Skip to content

Commit 04537ff

Browse files
2023 p1 config update (#603)
Include disk scheduler files in P1 project config.
1 parent 4a04c19 commit 04537ff

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -277,6 +277,8 @@ set(P1_FILES
277277
"src/buffer/lru_k_replacer.cpp"
278278
"src/include/buffer/buffer_pool_manager.h"
279279
"src/buffer/buffer_pool_manager.cpp"
280+
"src/include/storage/disk/disk_scheduler.h"
281+
"src/storage/disk/disk_scheduler.cpp"
280282
)
281283
add_custom_target(check-clang-tidy-p1
282284
${BUSTUB_BUILD_SUPPORT_DIR}/run_clang_tidy.py # run LLVM's clang-tidy script

0 commit comments

Comments
 (0)