Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/windirstat/llfio.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'programs/CMakeLists.txt')
-rw-r--r--programs/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/programs/CMakeLists.txt b/programs/CMakeLists.txt
index a8967857..b4020613 100644
--- a/programs/CMakeLists.txt
+++ b/programs/CMakeLists.txt
@@ -37,6 +37,7 @@ function(make_program program)
)
endfunction()
+make_program(benchmark-iostreams afio::hl)
make_program(benchmark-locking afio::hl)
make_program(fs-probe afio::hl)
make_program(key-value-store afio::hl)