#
# 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)
