examples - add efl_thread and efl_exe to them

This commit is contained in:
Carsten Haitzler 2019-07-24 17:51:27 +01:00
parent c3807413e7
commit a1421564e5
1 changed files with 9 additions and 0 deletions

View File

@ -86,4 +86,13 @@ foreach example : examples
)
endforeach
examples = [
'efl_exe',
'efl_thread',
]
foreach example : examples
executable(example, example + '.c', dependencies: [eina, ecore, ecore_con])
endforeach
# 'ecore_imf_example',