mirror of
https://github.com/ThrowTheSwitch/Unity.git
synced 2026-01-23 16:35:58 +01:00
18 lines
965 B
Meson
18 lines
965 B
Meson
###################################################################################
|
|
# #
|
|
# NAME: meson.build #
|
|
# #
|
|
# AUTHOR: Mike Karlesky, Mark VanderVoord, Greg Williams. #
|
|
# WRITTEN BY: Michael Brockus. #
|
|
# #
|
|
# License: MIT #
|
|
# #
|
|
###################################################################################
|
|
|
|
project('example-4', 'c')
|
|
|
|
unity_dep = dependency('unity', fallback : ['unity', 'unity_dep'])
|
|
|
|
subdir('src')
|
|
subdir('test')
|