mirror of
https://github.com/recp/cglm.git
synced 2025-12-24 12:32:40 +00:00
meson: don't build by default if used in a subproject
This commit is contained in:
@@ -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()
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user