2019-09-16 22:41:19 +02:00
|
|
|
executable(
|
|
|
|
'simple',
|
2019-09-25 13:08:07 +02:00
|
|
|
files('common.c', 'simple.c'),
|
2019-09-16 22:41:19 +02:00
|
|
|
dependencies: [liftoff],
|
|
|
|
)
|
2019-09-25 14:58:38 +02:00
|
|
|
|
|
|
|
executable(
|
|
|
|
'compositor',
|
|
|
|
files('common.c', 'compositor.c'),
|
|
|
|
dependencies: [liftoff],
|
|
|
|
)
|