refactor example config and add ini.c

This commit is contained in:
Tony Crisci 2017-08-24 15:26:51 -04:00
parent 98f4cdfccb
commit 54f87146c3
10 changed files with 463 additions and 158 deletions

View file

@ -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)