Changeset 10fc93c in mainline for uspace/lib/console/meson.build
- Timestamp:
- 2023-12-04T19:08:00Z (19 months ago)
- Branches:
- master, topic/simplify-dev-export
- Children:
- 4f6368c9
- Parents:
- 6cef8d6a
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
uspace/lib/console/meson.build
r6cef8d6a r10fc93c 27 27 # 28 28 29 deps = [ 'input' ]29 deps = [ 'input', 'output' ] 30 30 src = files( 31 31 'src/con_srv.c',
Note:
See TracChangeset
for help on using the changeset viewer.