Skip to content

Commit

Permalink
meson: Defined the libblackmagicdebug library target
Browse files Browse the repository at this point in the history
  • Loading branch information
dragonmux committed Nov 28, 2023
1 parent 71355e2 commit 788586d
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,17 @@ if is_cross_build
endif
endif

# libbmd library (static or dynamic, based on the user's choice)
libbmd = static_library(
'blackmagicdebug',
c_args: [
'-DPC_HOSTED=1',
'-DHOSTED_BMP_ONLY=1',
],
dependencies: [libbmd_core],
native: is_cross_build,
)

# We report this at the end of the configuration, so it's easier to spot
warning(
'''The meson build system is experimental and not yet fully supported. Please use the Makefile build system instead.
Expand Down

0 comments on commit 788586d

Please sign in to comment.