diff options
author | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2020-02-07 17:55:12 +0200 |
---|---|---|
committer | Thiago Marcos P. Santos <tmpsantos@gmail.com> | 2020-02-07 20:12:44 +0200 |
commit | 021e48f35e4812803ecaadb1ed262c83354b767e (patch) | |
tree | 586c61e9f5ad7c1b214adb027ba0dfc928c43484 /platform/ios/ios.cmake | |
parent | 47f2b20435cc524e2e300ad4881e198079c536bf (diff) | |
download | qtlocation-mapboxgl-021e48f35e4812803ecaadb1ed262c83354b767e.tar.gz |
[build] Run cmake-format on all the CMake files
Unify and enforce a CMake coding style.
Diffstat (limited to 'platform/ios/ios.cmake')
-rw-r--r-- | platform/ios/ios.cmake | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform/ios/ios.cmake b/platform/ios/ios.cmake index ce64d3e729..aa22a376f8 100644 --- a/platform/ios/ios.cmake +++ b/platform/ios/ios.cmake @@ -104,7 +104,8 @@ if(MBGL_IOS_RENDER_TEST) execute_process(COMMAND ${PREPARE_CMD} RESULT_VARIABLE CMD_ERROR WORKING_DIRECTORY ${PROJECT_SOURCE_DIR}) message(STATUS "CMD_ERROR:" ${CMD_ERROR}) - set(RESOURCES ${PROJECT_SOURCE_DIR}/render-test/ios/Main.storyboard ${PROJECT_SOURCE_DIR}/render-test/ios/LaunchScreen.storyboard ${PROJECT_SOURCE_DIR}/test-data) + set(RESOURCES ${PROJECT_SOURCE_DIR}/render-test/ios/Main.storyboard ${PROJECT_SOURCE_DIR}/render-test/ios/LaunchScreen.storyboard + ${PROJECT_SOURCE_DIR}/test-data) add_executable( RenderTestApp |