mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-27 10:14:28 +01:00
Added example 4 in examples directory.
This commit is contained in:
17
examples/example_4/meson.build
Normal file
17
examples/example_4/meson.build
Normal file
@@ -0,0 +1,17 @@
|
||||
###################################################################################
|
||||
# #
|
||||
# NAME: examples/example_4/meson.build #
|
||||
# #
|
||||
# AUTHOR: Mike Karlesky, Mark VanderVoord, Greg Williams. #
|
||||
# WRITTEN BY: Michael Brockus. #
|
||||
# #
|
||||
# License: MIT #
|
||||
# #
|
||||
###################################################################################
|
||||
|
||||
|
||||
|
||||
example_dir = include_directories('.', join_paths('.', 'src'))
|
||||
|
||||
subdir('src')
|
||||
subdir('test')
|
||||
Reference in New Issue
Block a user