Sha256: f0498542a4fb4992f9c48286c1b1c4c04785d40da7726e0a1e8ee5d1b06ac86b

Contents?: true

Size: 982 Bytes

Versions: 4

Compression:

Stored size: 982 Bytes

Contents

###################################################################################
#                                                                                 #
# 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')

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
ceedling-0.29.1 vendor/cmock/vendor/unity/examples/example_4/meson.build
ceedling-0.29.1 vendor/unity/examples/example_4/meson.build
ceedling-0.29.0 vendor/cmock/vendor/unity/examples/example_4/meson.build
ceedling-0.29.0 vendor/unity/examples/example_4/meson.build