mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-06-06 07:37:21 +02:00
expose dependency objects for libs
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
parent
90d05eef42
commit
f7a4a6ccfe
@ -4,8 +4,8 @@ executable(
|
||||
sources: [
|
||||
'main.c',
|
||||
],
|
||||
include_directories: libgamemode_includes,
|
||||
dependencies: [
|
||||
libgamemode_dep,
|
||||
libdl,
|
||||
],
|
||||
)
|
||||
|
@ -69,3 +69,10 @@ pkg.generate(
|
||||
],
|
||||
)
|
||||
|
||||
# Dependency objects for the libs
|
||||
libgamemode_dep = declare_dependency(
|
||||
include_directories: libgamemode_includes,
|
||||
)
|
||||
libgamemodeauto_dep = declare_dependency(
|
||||
link_with: gamemodeauto,
|
||||
)
|
||||
|
Loading…
x
Reference in New Issue
Block a user