正如我从文档中所理解的那样,在the system kills the app's process when the app is in the background时应该使用保存片段实例。是否可以模拟这种情况来测试在这种特定情况下的保存状态?
答案 0 :(得分:1)
是的,你可以
add_library(
target_no_static_code_analysis
OBJECT
path/to/file.cpp
path/to/file.h
)
# NOTE: Resetting only needed if you have a global CMAKE_CXX_CLANG_TIDY
set_target_properties(
target_no_static_code_analysis
PROPERTIES
CXX_CLANG_TIDY ""
)
...
add_library(target ${other_srcs} $<TARGET_OBJECTS:target_no_static_code_analysis>)
的红色十字按钮,按下多数民众赞成