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')