mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 08:25:58 +01:00
17 lines
935 B
Meson
17 lines
935 B
Meson
###################################################################################
|
|
# #
|
|
# 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') |