mirror of
https://github.com/throwtheswitch/cexception.git
synced 2026-08-18 09:09:54 +00:00
adding meson.build files
This commit is contained in:
@@ -0,0 +1,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)
|
||||
Reference in New Issue
Block a user