Changeset 7e38970d in mainline for uspace/lib/riff/meson.build
- Timestamp:
- 2020-12-07T00:08:37Z (4 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 25f26600
- Parents:
- 7a873f0 (diff), 8596474 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the(diff)
links above to see all the changes relative to each parent. - File:
-
- 1 moved
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/riff/meson.build
r7a873f0 r7e38970d 1 1 # 2 # Copyright (c) 20 11 Petr Koupy2 # Copyright (c) 2020 Jiri Svoboda 3 3 # All rights reserved. 4 4 # … … 27 27 # 28 28 29 deps = [ 'math' ]30 29 src = files( 31 'compose.c', 32 'filter.c', 33 'pixconv.c', 34 'rectangle.c', 35 'transform.c', 30 'src/chunk.c', 31 'src/rwave.c', 36 32 ) 33 34 test_src = files( 35 'test/chunk.c', 36 'test/main.c', 37 'test/rwave.c', 38 )
Note:
See TracChangeset
for help on using the changeset viewer.