diff --git a/benchmark/build.py b/benchmark/build.py index 37ba86707..8cfdcc7f1 100644 --- a/benchmark/build.py +++ b/benchmark/build.py @@ -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') diff --git a/benchmark/bench_framework.hpp b/benchmark/include/bench_framework.hpp similarity index 100% rename from benchmark/bench_framework.hpp rename to benchmark/include/bench_framework.hpp diff --git a/benchmark/compare_images.hpp b/benchmark/include/compare_images.hpp similarity index 100% rename from benchmark/compare_images.hpp rename to benchmark/include/compare_images.hpp