Changeset 2f1be23 in mainline for uspace/lib/ui/meson.build


Ignore:
Timestamp:
2026-05-13T17:54:45Z (18 hours ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master
Parents:
2866531
Message:

Implement UI progress bar.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/ui/meson.build

    r2866531 r2f1be23  
    11#
    2 # Copyright (c) 2023 Jiri Svoboda
     2# Copyright (c) 2026 Jiri Svoboda
    33# All rights reserved.
    44#
     
    4949        'src/pbutton.c',
    5050        'src/popup.c',
     51        'src/progress.c',
    5152        'src/promptdialog.c',
    5253        'src/rbutton.c',
     
    8586        'test/popup.c',
    8687        'test/promptdialog.c',
     88        'test/progress.c',
    8789        'test/rbutton.c',
    8890        'test/resource.c',
Note: See TracChangeset for help on using the changeset viewer.