build(meson): remove useless include/meson.build

parent 918a95d5
# SPDX-FileCopyrightText: 2021 Andrea Pappacoda
#
# SPDX-License-Identifier: Apache-2.0
subdir('pistache')
...@@ -104,7 +104,7 @@ pistache_soversion_str = '.'.join([version_data_conf.get_unquoted('SONAME_VERSIO ...@@ -104,7 +104,7 @@ pistache_soversion_str = '.'.join([version_data_conf.get_unquoted('SONAME_VERSIO
incl_pistache = include_directories('include') incl_pistache = include_directories('include')
subdir('include') subdir('include'/'pistache')
subdir('src') subdir('src')
if get_option('PISTACHE_BUILD_TESTS') if get_option('PISTACHE_BUILD_TESTS')
subdir('tests') subdir('tests')
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment