mirror of
https://github.com/FeralInteractive/gamemode.git
synced 2025-08-08 06:08:30 +02:00
expose dependency objects for libs
Signed-off-by: Stephan Lachnit <stephanlachnit@protonmail.com>
This commit is contained in:

committed by
afayaz-feral

parent
90d05eef42
commit
f7a4a6ccfe
@@ -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,
|
||||
)
|
||||
|
Reference in New Issue
Block a user