summaryrefslogtreecommitdiff
path: root/FreeRTOS-Plus/Test/CMock/vendor/c_exception/lib/meson.build
blob: c9afe2048a3d85c969dacafcc26d3a65c5e8a262 (plain)
1
2
3
4
5
6
7
8
9
10
11
#
# build script written by : Michael Brockus.
# github repo author: Mark VanderVoord.
#
# license: MIT
#
cexception_dir = include_directories('.')

cexception_lib = static_library(meson.project_name(), 
    sources: ['CException.c'],
    include_directories: cexception_dir)