fix windows dns

This commit is contained in:
John Smith
2022-07-02 20:40:34 -04:00
parent e31aa84db0
commit d5a55b3b43
5 changed files with 356 additions and 252 deletions

View File

@@ -9,12 +9,12 @@ include(FetchContent)
FetchContent_Declare(
Corrosion
GIT_REPOSITORY https://github.com/AndrewGaspar/corrosion.git
GIT_TAG origin/master # Optionally specify a version tag or branch here
GIT_TAG v0.2.1 # Optionally specify a version tag or branch here
)
FetchContent_MakeAvailable(Corrosion)
corrosion_import_crate(MANIFEST_PATH ${CMAKE_SOURCE_DIR}/../../rust/Cargo.toml)
corrosion_import_crate(MANIFEST_PATH ${CMAKE_SOURCE_DIR}/../../rust/Cargo.toml CRATES veilid-flutter FEATURES rt-tokio )
# Flutter-specific