mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2025-06-09 14:53:49 +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. #
|
# AUTHOR: Mike Karlesky, Mark VanderVoord, Greg Williams. #
|
||||||
# WRITTEN BY: Michael Brockus. #
|
# WRITTEN BY: Michael Brockus. #
|
||||||
@ -9,12 +9,9 @@
|
|||||||
# #
|
# #
|
||||||
###################################################################################
|
###################################################################################
|
||||||
|
|
||||||
|
|
||||||
project('example-4', 'c')
|
project('example-4', 'c')
|
||||||
|
|
||||||
unity_dep = dependency('unity', fallback : ['unity', 'unity_dep'])
|
unity_dep = dependency('unity', fallback : ['unity', 'unity_dep'])
|
||||||
|
|
||||||
example_dir = include_directories('.', join_paths('.', 'src'))
|
|
||||||
|
|
||||||
subdir('src')
|
subdir('src')
|
||||||
subdir('test')
|
subdir('test')
|
Reference in New Issue
Block a user