mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-10-29 05:40:12 -04:00
refactor example config and add ini.c
This commit is contained in:
parent
98f4cdfccb
commit
54f87146c3
10 changed files with 463 additions and 158 deletions
|
|
@ -1,5 +1,5 @@
|
|||
lib_shared = static_library('shared',
|
||||
['shared.c', 'cat.c'],
|
||||
['shared.c', 'cat.c', 'ini.c', 'config.c'],
|
||||
dependencies: wlroots)
|
||||
|
||||
executable('simple', 'simple.c', dependencies: wlroots, link_with: lib_shared)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue