Sha256: 499a9acba3250bb3654bfb97429e4959d7e919965f80cf2654c095139b9528fd

Contents?: true

Size: 459 Bytes

Versions: 4

Compression:

Stored size: 459 Bytes

Contents

#
# build script written by : Michael Brockus.
# github repo author: Mike Karlesky, Mark VanderVoord, Greg Williams.
#
# license: MIT
#
project('cmock', 'c',
    license: 'MIT',
    meson_version: '>=0.53.0',
    subproject_dir : 'vendor',
    default_options: ['werror=true', 'c_std=c11']
)

unity_dep = dependency('unity', fallback: ['unity', 'unity_dep'])

subdir('src')
cmock_dep = declare_dependency(link_with: cmock_lib, include_directories: cmock_dir)

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
ceedling-1.0.1 vendor/cmock/meson.build
ceedling-1.0.0 vendor/cmock/meson.build
ceedling-0.31.1 vendor/cmock/meson.build
ceedling-0.31.0 vendor/cmock/meson.build