diff --git a/meson.build b/meson.build index de6988e..0bc40a6 100644 --- a/meson.build +++ b/meson.build @@ -95,6 +95,7 @@ cglm_dep = declare_dependency( dependencies : cglm_deps, compile_args : cglm_args, include_directories : cglm_inc, + build_by_default: not meson.is_subproject(), version : meson.project_version() )