diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2018-07-17 15:42:06 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2018-07-17 18:36:17 +0200 |
commit | 93d37282d9d7f4050a7fc682de8abea01996f113 (patch) | |
tree | 8b36c1344d0edfca7f569bb7510790b2cec84a96 /cmake/offline.cmake | |
parent | 7d686dfcba448bb5dd54bf0dae25c5273ebe1362 (diff) | |
download | qtlocation-mapboxgl-93d37282d9d7f4050a7fc682de8abea01996f113.tar.gz |
[build] organize CMake targets in folders for IDEs
Diffstat (limited to 'cmake/offline.cmake')
-rw-r--r-- | cmake/offline.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/offline.cmake b/cmake/offline.cmake index 13b6c3fe70..d9dfb6c6e8 100644 --- a/cmake/offline.cmake +++ b/cmake/offline.cmake @@ -21,6 +21,8 @@ mbgl_platform_offline() create_source_groups(mbgl-offline) +set_target_properties(mbgl-offline PROPERTIES FOLDER "Executables") + xcode_create_scheme( TARGET mbgl-offline OPTIONAL_ARGS |