source: mainline/uspace/lib/label/meson.build@ 5b586b9

lfn serial ticket/834-toolchain-update topic/msim-upgrade topic/simplify-dev-export
Last change on this file since 5b586b9 was 5fd05862, checked in by Jiří Zárevúcky <zarevucky.jiri@…>, 6 years ago

Convert uspace to meson

  • Property mode set to 100644
File size: 145 bytes
Line 
1src = files(
2 'src/dummy.c',
3 'src/empty.c',
4 'src/mbr.c',
5 'src/gpt.c',
6 'src/label.c',
7)
8
9test_src = files(
10 'test/main.c',
11 'test/label.c',
12)
Note: See TracBrowser for help on using the repository browser.