diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-03-22 14:20:35 +0100 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-03-28 13:53:19 +0200 |
commit | a84aa453a9124867cb285f012abd97077ab2a019 (patch) | |
tree | 6181d5a39960df96e6dcd2d5c9d905c537b964fe /cmake/benchmark.cmake | |
parent | 3f0f4575e77ef289ca209323c0000cf743ab9db2 (diff) | |
download | qtlocation-mapboxgl-a84aa453a9124867cb285f012abd97077ab2a019.tar.gz |
[core] Privatize OpenGL/Context headers
Diffstat (limited to 'cmake/benchmark.cmake')
-rw-r--r-- | cmake/benchmark.cmake | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/cmake/benchmark.cmake b/cmake/benchmark.cmake index c3b5c93937..c298d8ee28 100644 --- a/cmake/benchmark.cmake +++ b/cmake/benchmark.cmake @@ -7,7 +7,6 @@ target_compile_options(mbgl-benchmark ) target_include_directories(mbgl-benchmark - PRIVATE include PRIVATE src PRIVATE benchmark/include PRIVATE benchmark/src |