mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: Add support for Meson
This commit is contained in:
14
tools/meson.build
Normal file
14
tools/meson.build
Normal file
@ -0,0 +1,14 @@
|
||||
sysprof_cli = executable('sysprof-cli',
|
||||
'sysprof-cli.c',
|
||||
dependencies: libsysprof_dep,
|
||||
c_args: exe_c_args,
|
||||
link_args: exe_link_args,
|
||||
install: true,
|
||||
)
|
||||
|
||||
sysprof_dump = executable('sysprof-dump',
|
||||
'sysprof-dump.c',
|
||||
dependencies: libsysprof_dep,
|
||||
c_args: exe_c_args,
|
||||
link_args: exe_link_args,
|
||||
)
|
||||
Reference in New Issue
Block a user