mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
sysprof-cli: port to libsysprof-profile
This commit is contained in:
@ -0,0 +1,20 @@
|
||||
sysprof_cli_sources = [
|
||||
'sysprof-cli.c',
|
||||
]
|
||||
|
||||
sysprof_cli_c_args = [
|
||||
]
|
||||
|
||||
sysprof_cli_deps = [
|
||||
dependency('polkit-agent-1'),
|
||||
|
||||
libsysprof_analyze_static_dep,
|
||||
libsysprof_profile_static_dep,
|
||||
]
|
||||
|
||||
sysprof_cli = executable('sysprof-cli', sysprof_cli_sources,
|
||||
dependencies: sysprof_cli_deps,
|
||||
c_args: release_flags + sysprof_cli_c_args,
|
||||
install_dir: get_option('bindir'),
|
||||
install: true,
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user