Sha256: 29260b081670469c41d6e6fb0d6225aa1323b9857ea9baf7631257f896fa8afa

Contents?: true

Size: 313 Bytes

Versions: 9

Compression:

Stored size: 313 Bytes

Contents

#
# build script written by : Michael Brockus.
# github repo author: Mike Karlesky, Mark VanderVoord, Greg Williams.
#
# license: MIT
#
cmock_dir = include_directories('.')

cmock_lib = static_library(meson.project_name(), 
    files('cmock.c'),
    dependencies: [unity_dep],
    include_directories: cmock_dir)

Version data entries

9 entries across 4 versions & 1 rubygems

Version Path
ceedling-1.0.1 vendor/cmock/src/meson.build
ceedling-1.0.0 vendor/cmock/src/meson.build
ceedling-1.0.0 plugins/fff/examples/fff_example/build/vendor/cmock/src/meson.build
ceedling-1.0.0 plugins/module_generator/example/build/vendor/cmock/src/meson.build
ceedling-1.0.0 build/vendor/cmock/src/meson.build
ceedling-1.0.0 examples/temp_sensor/build/vendor/cmock/src/meson.build
ceedling-1.0.0 plugins/dependencies/example/boss/build/vendor/cmock/src/meson.build
ceedling-0.31.1 vendor/cmock/src/meson.build
ceedling-0.31.0 vendor/cmock/src/meson.build