未验证 提交 f2711a87 编写于 作者: M Michael Brockus 提交者: GitHub

Update meson.build

Moved example dir variable into source meson.build script, fixed comment.
上级 822e244b
################################################################################### ###################################################################################
# # # #
# 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 @@ ...@@ -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')
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册