diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2017-07-04 14:19:25 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2017-07-06 11:45:09 +0200 |
commit | fc48ca18018564e26f0498c4f59f77374c1cadbf (patch) | |
tree | 66ee7f9a7ad3aea590094281cf936c1e0a6ccc76 /cmake/loop-uv.cmake | |
parent | adbce36fe6e1a9d95633776ff9fada67289733ae (diff) | |
download | qtlocation-mapboxgl-fc48ca18018564e26f0498c4f59f77374c1cadbf.tar.gz |
[build] use CMake to generate Xcode schemes
Diffstat (limited to 'cmake/loop-uv.cmake')
-rw-r--r-- | cmake/loop-uv.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/loop-uv.cmake b/cmake/loop-uv.cmake index 182b0d6f90..8840040963 100644 --- a/cmake/loop-uv.cmake +++ b/cmake/loop-uv.cmake @@ -19,3 +19,5 @@ target_link_libraries(mbgl-loop-uv ) create_source_groups(mbgl-loop-uv) + +xcode_create_scheme(TARGET mbgl-loop-uv)
\ No newline at end of file |