summaryrefslogtreecommitdiff
path: root/cmake/glfw.cmake
diff options
context:
space:
mode:
authorKonstantin Käfer <mail@kkaefer.com>2016-08-22 16:42:30 +0200
committerKonstantin Käfer <mail@kkaefer.com>2016-08-22 19:14:51 +0200
commite1a6795a73af844ff63d99b35fb4695177d9494d (patch)
tree0d00d241324207aa3ee3e504066eb26cab4c20b3 /cmake/glfw.cmake
parente6bcbdd5d3c3665df86b1ae30a0d726982fd37ef (diff)
downloadqtlocation-mapboxgl-e1a6795a73af844ff63d99b35fb4695177d9494d.tar.gz
[build] add CMake source groups to all targets
Diffstat (limited to 'cmake/glfw.cmake')
-rw-r--r--cmake/glfw.cmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/glfw.cmake b/cmake/glfw.cmake
index c356feea5a..56a1335e08 100644
--- a/cmake/glfw.cmake
+++ b/cmake/glfw.cmake
@@ -32,3 +32,5 @@ add_custom_command(
target_add_mason_package(mbgl-glfw PRIVATE glfw)
mbgl_platform_glfw()
+
+create_source_groups(mbgl-glfw)