Changeset 8009dc27 in mainline for uspace/lib/ui/meson.build
- Timestamp:
- 2020-10-31T01:03:26Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 4df6607
- Parents:
- f03d1308
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/ui/meson.build
rf03d1308 r8009dc27 29 29 deps = [ 'gfx', 'gfxfont', 'display' ] 30 30 src = files( 31 'src/control.c', 31 32 'src/dummygc.c', 33 'src/fixed.c', 32 34 'src/label.c', 33 35 'src/paint.c', … … 40 42 41 43 test_src = files( 44 'test/control.c', 45 'test/fixed.c', 42 46 'test/label.c', 43 47 'test/main.c',
Note:
See TracChangeset
for help on using the changeset viewer.