mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-03 19:22:02 +08:00
Update meson.build
Moved example dir variable into source meson.build script, fixed comment.
This commit is contained in:
@ -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')
|
||||
subdir('test')
|
||||
|
Reference in New Issue
Block a user