expose dependency objects for libs

Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:
Stephan Lachnit
2020-05-11 12:04:10 +02:00
committed by afayaz-feral
parent 90d05eef42
commit f7a4a6ccfe
2 changed files with 8 additions and 1 deletions

View File

@@ -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,
)