X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=meson.build;h=ba12c7b35b51a43061ae281a01fd5449d6fd806e;hb=2ce47a17931bbb6d690592cd19f4a3f3b3dca25c;hp=0595191fdefeef7c4994b25ae0a2db26fc1c5ce4;hpb=ebd6662ce95ba329f339b6fa6df1490d9f7413a9;p=plocate diff --git a/meson.build b/meson.build index 0595191..ba12c7b 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.2') +project('plocate', 'cpp', default_options: ['buildtype=debugoptimized','cpp_std=c++17'], version: '1.0.3-pre') # Make the version available as a #define. add_project_arguments('-DPLOCATE_VERSION="' + meson.project_version() + '"', language: 'cpp') @@ -41,7 +41,7 @@ if run_command('[', '-r', pfordir + '/libic.a', ']').returncode() == 0 turbopfordep = declare_dependency( include_directories: include_directories('TurboPFor-Integer-Compression'), dependencies: meson.get_compiler('cpp').find_library('ic', dirs: pfordir)) - executable('bench', ['bench.cpp', 'io_uring_engine.cpp'], + executable('bench', ['bench.cpp', 'io_uring_engine.cpp', 'turbopfor.cpp'], dependencies: [uringdep, turbopfordep], build_by_default: false, install: false)