mirror of
https://github.com/flutter/flutter.git
synced 2025-06-03 00:51:18 +00:00
fix typos (#117592)
This commit is contained in:
parent
6b9f1c228a
commit
889e35b3f3
@ -1,6 +1,6 @@
|
||||
# codesign_integration_test takes longer than the default timeout which is 30s
|
||||
# since it has to clone both the engine and framework repos, and that test is running
|
||||
# asynchronously. The async function is being awaited more than 30s which counts as inactivity
|
||||
# The default timeout needs to be extended to accomodate codesign_integration_test
|
||||
# The default timeout needs to be extended to accommodate codesign_integration_test
|
||||
|
||||
timeout: 5m
|
||||
|
@ -8,7 +8,7 @@ set(PROJECT_NAME "{{projectName}}")
|
||||
project(${PROJECT_NAME} LANGUAGES CXX)
|
||||
|
||||
# Invoke the build for native code shared with the other target platforms.
|
||||
# This can be changed to accomodate different builds.
|
||||
# This can be changed to accommodate different builds.
|
||||
add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/../src" "${CMAKE_CURRENT_BINARY_DIR}/shared")
|
||||
|
||||
# List of absolute paths to libraries that should be bundled with the plugin.
|
||||
@ -16,7 +16,7 @@ add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/../src" "${CMAKE_CURRENT_BINARY_DI
|
||||
# external build triggered from this build file.
|
||||
set({{projectName}}_bundled_libraries
|
||||
# Defined in ../src/CMakeLists.txt.
|
||||
# This can be changed to accomodate different builds.
|
||||
# This can be changed to accommodate different builds.
|
||||
$<TARGET_FILE:{{projectName}}>
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
@ -9,7 +9,7 @@ set(PROJECT_NAME "{{projectName}}")
|
||||
project(${PROJECT_NAME} LANGUAGES CXX)
|
||||
|
||||
# Invoke the build for native code shared with the other target platforms.
|
||||
# This can be changed to accomodate different builds.
|
||||
# This can be changed to accommodate different builds.
|
||||
add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/../src" "${CMAKE_CURRENT_BINARY_DIR}/shared")
|
||||
|
||||
# List of absolute paths to libraries that should be bundled with the plugin.
|
||||
@ -17,7 +17,7 @@ add_subdirectory("${CMAKE_CURRENT_SOURCE_DIR}/../src" "${CMAKE_CURRENT_BINARY_DI
|
||||
# external build triggered from this build file.
|
||||
set({{projectName}}_bundled_libraries
|
||||
# Defined in ../src/CMakeLists.txt.
|
||||
# This can be changed to accomodate different builds.
|
||||
# This can be changed to accommodate different builds.
|
||||
$<TARGET_FILE:{{projectName}}>
|
||||
PARENT_SCOPE
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user