diff options
author | Konstantin Käfer <mail@kkaefer.com> | 2016-08-22 16:42:30 +0200 |
---|---|---|
committer | Konstantin Käfer <mail@kkaefer.com> | 2016-08-22 19:14:51 +0200 |
commit | e1a6795a73af844ff63d99b35fb4695177d9494d (patch) | |
tree | 0d00d241324207aa3ee3e504066eb26cab4c20b3 /cmake/node.cmake | |
parent | e6bcbdd5d3c3665df86b1ae30a0d726982fd37ef (diff) | |
download | qtlocation-mapboxgl-e1a6795a73af844ff63d99b35fb4695177d9494d.tar.gz |
[build] add CMake source groups to all targets
Diffstat (limited to 'cmake/node.cmake')
-rw-r--r-- | cmake/node.cmake | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/cmake/node.cmake b/cmake/node.cmake index 034216b617..75def7c468 100644 --- a/cmake/node.cmake +++ b/cmake/node.cmake @@ -42,3 +42,5 @@ add_custom_command( ) mbgl_platform_node() + +create_source_groups(mbgl-node) |