benchmarks: move headers under benchmarks/include/

This commit is contained in:
Mickey Rose 2016-03-01 16:50:29 +01:00
parent 25f0ef09a5
commit fa55e3dfa9
3 changed files with 1 additions and 0 deletions

View file

@ -18,6 +18,7 @@ test_env.Append(CPPDEFINES = env['LIBMAPNIK_DEFINES'])
if test_env['HAS_CAIRO']:
test_env.PrependUnique(CPPPATH=test_env['CAIRO_CPPPATHS'])
test_env.Append(CPPDEFINES = '-DHAVE_CAIRO')
test_env.PrependUnique(CPPPATH='include', delete_existing=True)
test_env['LINKFLAGS'] = copy(test_env['LIBMAPNIK_LINKFLAGS'])
if env['PLATFORM'] == 'Darwin':
test_env.Append(LINKFLAGS='-F/ -framework CoreFoundation')