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 cea571bb..27a2da3d 100644
--- a/programs/CMakeLists.txt
+++ b/programs/CMakeLists.txt
@@ -40,6 +40,7 @@ endfunction()
make_program(benchmark-iostreams llfio::hl)
make_program(benchmark-locking llfio::hl)
make_program(fs-probe llfio::hl)
+make_program(illegal-codepoints llfio::hl)
make_program(key-value-store llfio::hl)
if(NOT WIN32)