meson: Add config.h

This will be used to factorize project-related information like APP_ID.
This commit is contained in:
Adrien Plazas
2018-08-30 10:09:53 +02:00
parent b8b10ad961
commit 6a1ce14da1
2 changed files with 15 additions and 0 deletions

View File

@@ -26,6 +26,7 @@ project('call', 'c',
default_options: [ 'warning_level=1', 'buildtype=debugoptimized', 'c_std=gnu11' ],
)
calls_id = 'sm.puri.Calls'
subdir('libgdbofono')
subdir('src')