mirror of
https://github.com/ThrowTheSwitch/CMock.git
synced 2026-06-06 05:25:29 +00:00
34 lines
791 B
YAML
34 lines
791 B
YAML
# =========================================================================
|
|
# CMock - Automatic Mock Generation for C
|
|
# ThrowTheSwitch.org
|
|
# Copyright (c) 2007-26 Mike Karlesky, Mark VanderVoord, & Greg Williams
|
|
# SPDX-License-Identifier: MIT
|
|
# =========================================================================
|
|
|
|
:project:
|
|
:build_root: './system/build/'
|
|
:colour: true
|
|
|
|
:paths:
|
|
:source:
|
|
- './system/generated/'
|
|
:include:
|
|
- './system/generated/'
|
|
- '../examples/test/'
|
|
- '../src/'
|
|
- '../vendor/unity/src/'
|
|
- '../vendor/c_exception/lib/'
|
|
- './system/test_compilation/'
|
|
- './'
|
|
:build: './system/build/'
|
|
:test_compilation: './system/test_compilation/'
|
|
|
|
:extension:
|
|
:object: '.o'
|
|
:executable: '.exe'
|
|
|
|
:defines:
|
|
:common:
|
|
- CMOCK
|
|
|