mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
build: add libsysprof-capture-2 static library
This allows external tooling to write capture files that Sysprof can open. Ideally, this will get used by GJS in the near future to implement profiler output for Sysprof.
This commit is contained in:
@ -8,7 +8,7 @@ test_env = [
|
||||
|
||||
test_capture = executable('test-capture',
|
||||
'test-capture.c',
|
||||
dependencies: libsysprof_dep,
|
||||
dependencies: libsysprof_capture_dep,
|
||||
)
|
||||
test('test-capture', test_capture, env: test_env)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user