Changeset d70dc1c4 in mainline for uspace/lib/ui/meson.build


Ignore:
Timestamp:
2021-01-06T10:06:42Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
7020d1f
Parents:
e037cf37
git-author:
Jiri Svoboda <jiri@…> (2021-01-05 18:06:37)
git-committer:
Jiri Svoboda <jiri@…> (2021-01-06 10:06:42)
Message:

Check box

File:
1 edited

Legend:

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

    re037cf37 rd70dc1c4  
    2929deps = [ 'gfx', 'gfxfont', 'memgfx', 'display' ]
    3030src = files(
     31        'src/checkbox.c',
    3132        'src/control.c',
    3233        'src/dummygc.c',
     
    4445
    4546test_src = files(
     47        'test/checkbox.c',
    4648        'test/control.c',
    4749        'test/entry.c',
Note: See TracChangeset for help on using the changeset viewer.