Sha256: 181067eb94d83386ca4e32d702cec76db95b08cec80329b0266d1b58444fdc4a

Contents?: true

Size: 189 Bytes

Versions: 4

Compression:

Stored size: 189 Bytes

Contents

unity_inc += include_directories('.')
unity_src += files('unity_memory.c')

if not meson.is_subproject()
  install_headers(
    'unity_memory.h',
    subdir: meson.project_name()
  )
endif

Version data entries

4 entries across 2 versions & 1 rubygems

Version Path
ceedling-1.0.1 vendor/cmock/vendor/unity/extras/memory/src/meson.build
ceedling-1.0.1 vendor/unity/extras/memory/src/meson.build
ceedling-1.0.0 vendor/cmock/vendor/unity/extras/memory/src/meson.build
ceedling-1.0.0 vendor/unity/extras/memory/src/meson.build