mirror of
https://github.com/wgh136/flutter_qjs.git
synced 2025-09-27 05:27:23 +00:00
remove C++ std limitation for linux and android
This commit is contained in:
@@ -22,6 +22,7 @@ add_library(${PLUGIN_NAME} SHARED
|
||||
)
|
||||
|
||||
apply_standard_settings(${PLUGIN_NAME})
|
||||
target_compile_features(${PLUGIN_NAME} PUBLIC cxx_std_17)
|
||||
set_target_properties(${PLUGIN_NAME} PROPERTIES
|
||||
CXX_VISIBILITY_PRESET hidden)
|
||||
target_compile_definitions(${PLUGIN_NAME} PRIVATE FLUTTER_PLUGIN_IMPL)
|
||||
|
Reference in New Issue
Block a user