Skip to content

Commit 1735e86

Browse files
author
Raghuveer Devulapalli
authored
Merge pull request #21 from bkmgit/main
Need meson file in utils
2 parents dc57afb + a4f58dc commit 1735e86

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

utils/meson.build

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
libcpuinfo = []
2+
3+
libcpuinfo += static_library('cpuinfo',
4+
files('cpuinfo.cpp'),
5+
cpp_args : ['-O3'],
6+
)

0 commit comments

Comments
 (0)