mirror of
https://gitlab.com/veilid/veilid.git
synced 2025-07-21 06:08:49 -04:00
Merge branch 'fix-windows-flutter-build' into 'main'
Fix Windows Flutter build issues See merge request veilid/veilid!343
This commit is contained in:
commit
079b665230
1 changed files with 2 additions and 2 deletions
|
@ -9,7 +9,7 @@ include(FetchContent)
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
Corrosion
|
Corrosion
|
||||||
GIT_REPOSITORY https://github.com/AndrewGaspar/corrosion.git
|
GIT_REPOSITORY https://github.com/AndrewGaspar/corrosion.git
|
||||||
GIT_TAG v0.4.4 # Optionally specify a version tag or branch here
|
GIT_TAG v0.4.10 # Optionally specify a version tag or branch here
|
||||||
)
|
)
|
||||||
|
|
||||||
FetchContent_MakeAvailable(Corrosion)
|
FetchContent_MakeAvailable(Corrosion)
|
||||||
|
@ -27,6 +27,6 @@ corrosion_import_crate(MANIFEST_PATH ${repository_root}/../veilid/Cargo.toml CRA
|
||||||
|
|
||||||
# Flutter-specific
|
# Flutter-specific
|
||||||
|
|
||||||
set(CRATE_NAME "veilid-flutter")
|
set(CRATE_NAME "veilid_flutter")
|
||||||
target_link_libraries(${PLUGIN_NAME} PUBLIC ${CRATE_NAME})
|
target_link_libraries(${PLUGIN_NAME} PUBLIC ${CRATE_NAME})
|
||||||
# list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${CRATE_NAME}-shared>)
|
# list(APPEND PLUGIN_BUNDLED_LIBRARIES $<TARGET_FILE:${CRATE_NAME}-shared>)
|
Loading…
Add table
Add a link
Reference in a new issue