Changeset 4d8002d in mainline for uspace/srv/hid/display/meson.build


Ignore:
Timestamp:
2020-05-15T16:18:51Z (4 years ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
4912dd59
Parents:
6feccae
Message:

Bitmapped mouse cursor

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/display/meson.build

    r6feccae r4d8002d  
    3131src = files(
    3232        'client.c',
     33        'cursor.c',
     34        'cursimg.c',
    3335        'ddev.c',
    3436        'display.c',
     
    4345test_src = files(
    4446        'client.c',
     47        'cursimg.c',
     48        'cursor.c',
    4549        'display.c',
    4650        'seat.c',
    4751        'window.c',
    4852        'test/client.c',
     53        'test/cursor.c',
    4954        'test/display.c',
    5055        'test/main.c',
Note: See TracChangeset for help on using the changeset viewer.