You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
260 B
9 lines
260 B
5 years ago
|
list(APPEND FLUTTER_PLUGIN_LIST
|
||
|
argon2_ffi
|
||
|
)
|
||
|
|
||
|
foreach(plugin ${FLUTTER_PLUGIN_LIST})
|
||
|
add_subdirectory(flutter/ephemeral/.plugin_symlinks/${plugin}/linux plugins/${plugin})
|
||
|
target_link_libraries(${BINARY_NAME} PRIVATE ${plugin}_plugin)
|
||
|
endforeach(plugin)
|