move util out of include
This commit is contained in:
parent
3fde4138de
commit
d23c3d3ec1
10 changed files with 14 additions and 18 deletions
|
@ -93,12 +93,6 @@ if host_machine.system() == 'linux'
|
|||
deps += cpp.find_library('sdbus-c++')
|
||||
endif
|
||||
|
||||
|
||||
incdir = include_directories(
|
||||
'include',
|
||||
is_system: true # Ignores warnings from include dir
|
||||
)
|
||||
|
||||
objc_args = []
|
||||
link_args = []
|
||||
|
||||
|
@ -112,6 +106,5 @@ executable(
|
|||
sources,
|
||||
objc_args: objc_args,
|
||||
link_args: link_args,
|
||||
dependencies: deps,
|
||||
include_directories: incdir,
|
||||
dependencies: deps
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue