mirror of
https://github.com/varun-r-mallya/sysprof.git
synced 2025-12-31 20:36:25 +00:00
rectangles: start on helper to generate rectangle data
This is meant to be used by marks visualizer to show rectangles.
This commit is contained in:
@ -39,6 +39,8 @@ util_ui_headers = [
|
||||
util_ui_sources = [
|
||||
'pointcache.c',
|
||||
'pointcache.h',
|
||||
'rectangles.c',
|
||||
'rectangles.h',
|
||||
'sp-color-cycle.c',
|
||||
'sp-color-cycle.h',
|
||||
'sp-model-filter.c',
|
||||
@ -57,4 +59,4 @@ libsysprof_ui_sources += files(util_ui_sources)
|
||||
install_headers(util_ui_headers,
|
||||
subdir: join_paths(libsysprof_header_subdir, 'util'))
|
||||
|
||||
endif
|
||||
endif
|
||||
Reference in New Issue
Block a user