Skip to content

Commit

Permalink
meson: Drop unused and unnecessary lines
Browse files Browse the repository at this point in the history
[Why]
Although defined the list of headers is never used and also the
include path is not needed.

Signed-off-by: Soeren Grunewald <[email protected]>
  • Loading branch information
soerengrunewald committed Apr 7, 2020
1 parent d4f0472 commit 9f47827
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -4,25 +4,6 @@ project('UPKUtils',
version : '1.6',
meson_version : '>=0.49')

# also search in the project base dir
inc = [ include_directories('.') ]

common_headers = files([
'CustomTFC.h',
'lzoconf.h',
'lzodefs.h',
'LzoUtils.h',
'minilzo.h',
'UFlags.h',
'UObjectFactory.h',
'UObject.h',
'UPKInfo.h',
'UPKUtils.h',
'UToken.h',
'UTokenFactory.h',
])
#install_headers(common_headers)

common_src = [
'CustomTFC.cpp',
'LzoUtils.cpp',
Expand Down

0 comments on commit 9f47827

Please sign in to comment.