mirror of
https://gitlab.freedesktop.org/wlroots/wlroots.git
synced 2025-12-15 08:56:26 -05:00
Move shared example code
This commit is contained in:
parent
19f24e5530
commit
4f73498b78
17 changed files with 21 additions and 18 deletions
|
|
@ -1,7 +1,8 @@
|
|||
lib_shared = static_library(
|
||||
'shared',
|
||||
['shared.c', 'cat.c', 'ini.c', 'config.c'],
|
||||
['support/shared.c', 'support/cat.c', 'support/ini.c', 'support/config.c'],
|
||||
dependencies: wlroots,
|
||||
include_directories: include_directories('support')
|
||||
)
|
||||
|
||||
executable('simple', 'simple.c', dependencies: wlroots, link_with: lib_shared)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue