|
@@ -58,7 +58,7 @@ common = static_library('common',
|
|
cpp_args: args)
|
|
cpp_args: args)
|
|
common_dep = declare_dependency(
|
|
common_dep = declare_dependency(
|
|
link_with: common,
|
|
link_with: common,
|
|
- include_directories: ['subprojects/gaming-core'])
|
|
+ include_directories: libgamingcore_proj.get_variable('libgamingcore_include'))
|
|
|
|
|
|
if host_machine.system() == 'linux'
|
|
if host_machine.system() == 'linux'
|
|
liblonelytiger_proj = subproject('lonely-tiger')
|
|
liblonelytiger_proj = subproject('lonely-tiger')
|