feat(ci): add github actions for meson.build on macOS and Ubuntu

This commit is contained in:
0verLighT
2026-01-09 21:08:42 +01:00
parent f4a1dc386a
commit c4979ceded
4 changed files with 113 additions and 1 deletions

View File

@@ -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 : ['.'],
)
)