]> git.sesse.net Git - plocate/blobdiff - meson.build
Support case-insensitive searches.
[plocate] / meson.build
index eca029769cc3a5de48cce87d5d3b54307234454d..070a804fb89cea93e02a793e53893b928edbc422 100644 (file)
@@ -8,7 +8,7 @@ if not uringdep.found()
        add_project_arguments('-DWITHOUT_URING', language: 'cpp')
 endif
 
-executable('plocate', ['plocate.cpp', 'io_uring_engine.cpp', 'turbopfor.cpp'],
+executable('plocate', ['plocate.cpp', 'io_uring_engine.cpp', 'turbopfor.cpp', 'parse_trigrams.cpp'],
        dependencies: [uringdep, zstddep],
        install: true,
        install_mode: ['rwxr-sr-x', 'root', 'mlocate'])