ref: gl: convert to include targets usage

This commit is contained in:
Alibek Omarov 2022-09-10 20:05:35 +03:00
parent 3c8fe508f0
commit 6d37398fad
1 changed files with 2 additions and 11 deletions

View File

@ -54,19 +54,10 @@ def configure(conf):
conf.check_cc(lib='log')
def build(bld):
libs = [ 'public', 'M' ]
libs = [ 'engine_includes', 'public', 'M' ]
source = bld.path.ant_glob(['*.c'])
includes = ['.',
'../filesystem',
'../engine',
'../engine/common',
'../engine/server',
'../engine/client',
'../public',
'../common',
'../pm_shared' ]
includes = '.'
if bld.env.GL:
bld.shlib(