diff options
author | Ivo van Dongen <info@ivovandongen.nl> | 2017-07-06 16:40:04 +0300 |
---|---|---|
committer | Ivo van Dongen <ivovandongen@users.noreply.github.com> | 2017-07-06 21:27:40 +0300 |
commit | 9ba3dc92494791fb41b6f20fe11ddd950f381a5f (patch) | |
tree | 0de7cefa86e0af978fb810d3aedc77fc2fb173c7 /cmake | |
parent | d5fbcb242acff2ab270b4018b01c2c6be9c4955f (diff) | |
download | qtlocation-mapboxgl-9ba3dc92494791fb41b6f20fe11ddd950f381a5f.tar.gz |
[build] add node-benchmark target and xcode scheme
Diffstat (limited to 'cmake')
-rw-r--r-- | cmake/node.cmake | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/cmake/node.cmake b/cmake/node.cmake index 8626534271..502edd8293 100644 --- a/cmake/node.cmake +++ b/cmake/node.cmake @@ -87,3 +87,14 @@ xcode_create_scheme( "group" "test" ) + +xcode_create_scheme( + TARGET mbgl-node + TYPE node + NAME "node-benchmark" + ARGS + "platform/node/test/benchmark.js" + OPTIONAL_ARGS + "group" + "test" +) |