mirror of
https://github.com/seekrs/MacroLibX.git
synced 2026-01-11 14:43:34 +00:00
feat(ci): add github actions for meson.build on macOS and Ubuntu
This commit is contained in:
@@ -97,6 +97,8 @@ libmlx_dep = declare_dependency(
|
||||
dependencies : deps,
|
||||
link_with : libmlx)
|
||||
|
||||
meson.override_dependency('mlx', libmlx_dep)
|
||||
|
||||
# PKG CONFIG GENERATION
|
||||
pkg_mod = import('pkgconfig')
|
||||
|
||||
@@ -106,4 +108,4 @@ pkg_mod.generate(
|
||||
description : 'MacroLibX Library',
|
||||
version : meson.project_version(),
|
||||
subdirs : ['.'],
|
||||
)
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user