diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-02-21 13:22:03 -0800 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-03-28 13:53:19 +0200 |
commit | a3c8fcda9c82bf5602e75e6c4c9ee813134413c7 (patch) | |
tree | b7598151c65d868c8c76d362ab502f46693b4412 /cmake/benchmark.cmake | |
parent | 15833a6b789b7ed341a807ab083d3acf9a9fa1a8 (diff) | |
download | qtlocation-mapboxgl-a3c8fcda9c82bf5602e75e6c4c9ee813134413c7.tar.gz |
[core] Core tests and benchmarks are allowed to include via src
Diffstat (limited to 'cmake/benchmark.cmake')
-rw-r--r-- | cmake/benchmark.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/benchmark.cmake b/cmake/benchmark.cmake index 0752647a2d..c3b5c93937 100644 --- a/cmake/benchmark.cmake +++ b/cmake/benchmark.cmake @@ -8,7 +8,7 @@ target_compile_options(mbgl-benchmark target_include_directories(mbgl-benchmark PRIVATE include - PRIVATE src # TODO: eliminate + PRIVATE src PRIVATE benchmark/include PRIVATE benchmark/src PRIVATE platform/default |