mirror of
https://github.com/log-chipper/chipper.git
synced 2026-06-11 09:13:23 -05:00
deps: added toml-c
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
project('toml-c', 'c', version: '1.0.0')
|
||||
|
||||
toml_lib = static_library('toml',
|
||||
'toml.c',
|
||||
include_directories: include_directories('.')
|
||||
)
|
||||
|
||||
toml_dep = declare_dependency(
|
||||
include_directories: include_directories('.'),
|
||||
link_with: toml_lib
|
||||
)
|
||||
Reference in New Issue
Block a user