diff options
author | John Firebaugh <john.firebaugh@gmail.com> | 2017-05-11 14:51:08 -0700 |
---|---|---|
committer | John Firebaugh <john.firebaugh@gmail.com> | 2017-05-12 11:26:27 -0700 |
commit | c80f3e9d29d1c26ccc88ef30f8f17329c9bfb1b7 (patch) | |
tree | 95cdfdf7b589b47ab20aae3d469fbd627a1e2f64 /cmake/loop-uv.cmake | |
parent | 095dc7b16793ed502b3429e0e4c2db7f1207094e (diff) | |
download | qtlocation-mapboxgl-c80f3e9d29d1c26ccc88ef30f8f17329c9bfb1b7.tar.gz |
[linux] loop-uv depends on mbgl-core for linking
Diffstat (limited to 'cmake/loop-uv.cmake')
-rw-r--r-- | cmake/loop-uv.cmake | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cmake/loop-uv.cmake b/cmake/loop-uv.cmake index 0f55fce64c..182b0d6f90 100644 --- a/cmake/loop-uv.cmake +++ b/cmake/loop-uv.cmake @@ -14,4 +14,8 @@ target_include_directories(mbgl-loop-uv PRIVATE src ) +target_link_libraries(mbgl-loop-uv + PRIVATE mbgl-core +) + create_source_groups(mbgl-loop-uv) |