summaryrefslogtreecommitdiff
path: root/cmake/filesource.cmake
diff options
context:
space:
mode:
authorThiago Marcos P. Santos <tmpsantos@gmail.com>2019-07-23 17:35:43 +0300
committerThiago Marcos P. Santos <tmpsantos@gmail.com>2019-09-16 23:16:48 +0300
commit3eec23b6a9e72b85b08df3769d0994d1a586d5c0 (patch)
tree547454b5498a3e6d2e2aa41cbc33db676ca93a2d /cmake/filesource.cmake
parent40b0cb74cb9e9aae85d748f4d4ea2156cc40f4fa (diff)
downloadqtlocation-mapboxgl-3eec23b6a9e72b85b08df3769d0994d1a586d5c0.tar.gz
[build] Cosmetics on vendor packages
- Add include guards on all the files - Add a vendor package for sqlite and gtest - Use relative paths to all the files
Diffstat (limited to 'cmake/filesource.cmake')
-rw-r--r--cmake/filesource.cmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/cmake/filesource.cmake b/cmake/filesource.cmake
index ff9fa360f6..4d7febdd77 100644
--- a/cmake/filesource.cmake
+++ b/cmake/filesource.cmake
@@ -10,7 +10,7 @@ target_include_directories(mbgl-filesource
target_link_libraries(mbgl-filesource
PUBLIC mbgl-core
- PUBLIC expected
+ PUBLIC mbgl-vendor-expected
)
mbgl_filesource()