Changeset 7e38970d in mainline for uspace/lib/riff/meson.build


Ignore:
Timestamp:
2020-12-07T00:08:37Z (3 years ago)
Author:
Jiri Svoboda <jiri@…>
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.
Message:

Merge branch 'jxsvoboda-gfx' into master

File:
1 moved

Legend:

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

    r7a873f0 r7e38970d  
    11#
    2 # Copyright (c) 2011 Petr Koupy
     2# Copyright (c) 2020 Jiri Svoboda
    33# All rights reserved.
    44#
     
    2727#
    2828
    29 deps = [ 'math' ]
    3029src = files(
    31         'compose.c',
    32         'filter.c',
    33         'pixconv.c',
    34         'rectangle.c',
    35         'transform.c',
     30        'src/chunk.c',
     31        'src/rwave.c',
    3632)
     33
     34test_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.