Changes in uspace/app/hbench/meson.build [bdd9e92:f393bc0] in mainline
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/app/hbench/meson.build
rbdd9e92 rf393bc0 1 1 # 2 # Copyright (c) 202 4Jiri Svoboda2 # Copyright (c) 2023 Jiri Svoboda 3 3 # All rights reserved. 4 4 # … … 27 27 # 28 28 29 deps = [ ' block', 'math', 'ipctest' ]29 deps = [ 'math', 'ipctest' ] 30 30 src = files( 31 31 'benchlist.c', … … 34 34 'main.c', 35 35 'utils.c', 36 'disk/randread.c',37 'disk/seqread.c',38 36 'fs/dirread.c', 39 37 'fs/fileread.c',
Note:
See TracChangeset
for help on using the changeset viewer.