Sha256: 1dd1f6af9d20a68a7be981a8df90d697d881e1b50721a15942aaa45b0a62af20

Contents?: true

Size: 794 Bytes

Versions: 12

Compression:

Stored size: 794 Bytes

Contents

compiler:
  path: gcc
  source_path:     'src/'
  unit_tests_path: &unit_tests_path 'test/'
  build_path:      &build_path 'build/'
  options:
    - -c
  includes:
    prefix: '-I'
    items:
      - 'src/'
      - '../src/'
      - '../vendor/unity/src/'
      - '../vendor/unity/examples/helper/'
      - 'mocks/'
      - *unit_tests_path
  defines:
    prefix: '-D'
    items:
      - __monitor
  object_files:
    prefix: '-o'
    extension: '.o'
    destination: *build_path
linker:
  path: gcc
  options:
    - -lm
  includes:
    prefix: '-I'
  object_files:
    path: *build_path
    extension: '.o'
  bin_files:
    prefix: '-o'
    extension: '.exe'
    destination: *build_path
:cmock:
  :plugins: []
  :includes:
    - Types.h

colour: true

Version data entries

12 entries across 12 versions & 1 rubygems

Version Path
ceedling-0.17.0 vendor/cmock/examples/gcc.yml
ceedling-0.16.0 vendor/cmock/examples/gcc.yml
ceedling-0.15.6 vendor/cmock/examples/gcc.yml
ceedling-0.15.5 vendor/cmock/examples/gcc.yml
ceedling-0.15.4 vendor/cmock/examples/gcc.yml
ceedling-0.15.3 vendor/cmock/examples/gcc.yml
ceedling-0.15.2 vendor/cmock/examples/gcc.yml
ceedling-0.15.1 vendor/cmock/examples/gcc.yml
ceedling-0.15.0 vendor/cmock/examples/gcc.yml
ceedling-0.13.0 vendor/cmock/examples/gcc.yml
ceedling-0.0.2 new_project_template/vendor/ceedling/vendor/cmock/examples/gcc.yml
ceedling-0.0.1 new_project_template/vendor/ceedling/vendor/cmock/examples/gcc.yml