Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
recp committed Dec 5, 2023
1 parent 049db64 commit abb71a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -87,15 +87,15 @@ cglm_lib = library('cglm',
dependencies : cglm_deps,
c_args : [ build_args, cglm_args ],
version : meson.project_version(),
soversion : '0'
soversion : '0',
build_by_default: not meson.is_subproject()
)

cglm_dep = declare_dependency(
link_with : cglm_lib,
dependencies : cglm_deps,
compile_args : cglm_args,
include_directories : cglm_inc,
build_by_default: not meson.is_subproject(),
version : meson.project_version()
)

Expand Down

0 comments on commit abb71a8

Please sign in to comment.