From f2711a87a63efe7fbbee5178cfacfbdb1a7615b9 Mon Sep 17 00:00:00 2001 From: Michael Brockus <55331536+michaelbadcrumble@users.noreply.github.com> Date: Tue, 17 Sep 2019 11:25:17 -0700 Subject: [PATCH] Update meson.build Moved example dir variable into source meson.build script, fixed comment. --- examples/example_4/meson.build | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) diff --git a/examples/example_4/meson.build b/examples/example_4/meson.build index ffa2f5e..4bf968c 100644 --- a/examples/example_4/meson.build +++ b/examples/example_4/meson.build @@ -1,6 +1,6 @@ ################################################################################### # # -# NAME: examples/example_4/meson.build # +# NAME: meson.build # # # # AUTHOR: Mike Karlesky, Mark VanderVoord, Greg Williams. # # WRITTEN BY: Michael Brockus. # @@ -9,12 +9,9 @@ # # ################################################################################### - project('example-4', 'c') unity_dep = dependency('unity', fallback : ['unity', 'unity_dep']) -example_dir = include_directories('.', join_paths('.', 'src')) - subdir('src') -subdir('test') \ No newline at end of file +subdir('test')