Sha256: fea078e7148d70bc774de4ba00fb9d5312f49c69e86f50cf3435a48ddb553399
Contents?: true
Size: 351 Bytes
Versions: 7
Compression:
Stored size: 351 Bytes
Contents
# # build script written by : Michael Brockus. # github repo author: Mark VanderVoord. # # license: MIT # project('cexception', 'c', license: 'MIT', meson_version: '>=0.53.0', default_options: ['werror=true', 'c_std=c11'] ) subdir('lib') cexception_dep = declare_dependency(link_with: cexception_lib, include_directories: cexception_dir)
Version data entries
7 entries across 4 versions & 1 rubygems