2021-11-30 14:51:24 +01:00

12 lines
276 B
Meson

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