Changeset 7b907a0a in mainline


Ignore:
Timestamp:
2024-01-05T19:29:55Z (4 months ago)
Author:
Vojtech Horky <vojtech.horky@…>
Branches:
master, topic/simplify-dev-export
Children:
017ffce
Parents:
00e6288
Message:

libclui: split into include/ and src/

Location:
uspace/lib/clui
Files:
1 edited
4 moved

Legend:

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

    r00e6288 r7b907a0a  
    2929deps = [ 'clipboard', 'console' ]
    3030src = files(
    31         'nchoice.c',
    32         'tinput.c',
     31        'src/nchoice.c',
     32        'src/tinput.c',
    3333)
Note: See TracChangeset for help on using the changeset viewer.