mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-08-09 23:23:00 -04:00
fix-flutter-example
This commit is contained in:
parent
0af138a3aa
commit
d99db7a1e2
4 changed files with 31 additions and 8 deletions
|
@ -9,7 +9,7 @@ include(FetchContent)
|
|||
FetchContent_Declare(
|
||||
Corrosion
|
||||
GIT_REPOSITORY https://github.com/AndrewGaspar/corrosion.git
|
||||
GIT_TAG v0.4.4 # Optionally specify a version tag or branch here
|
||||
GIT_TAG v0.5.0 # Optionally specify a version tag or branch here
|
||||
)
|
||||
|
||||
FetchContent_MakeAvailable(Corrosion)
|
||||
|
@ -27,5 +27,5 @@ corrosion_import_crate(MANIFEST_PATH ${repository_root}/../veilid/Cargo.toml CRA
|
|||
|
||||
# Flutter-specific
|
||||
|
||||
set(CRATE_NAME "veilid-flutter")
|
||||
set(CRATE_NAME "veilid_flutter")
|
||||
target_link_libraries(${PLUGIN_NAME} PUBLIC ${CRATE_NAME})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue