mirror of
https://github.com/redstrate/Astra.git
synced 2025-04-20 19:57:45 +00:00
Switch to Corrosion system package
This commit is contained in:
parent
1cbfc17c1a
commit
a486af037f
1 changed files with 2 additions and 7 deletions
9
external/CMakeLists.txt
vendored
9
external/CMakeLists.txt
vendored
|
@ -6,14 +6,9 @@ set(BUILD_SHARED_LIBS OFF)
|
||||||
add_subdirectory(libbaseencode)
|
add_subdirectory(libbaseencode)
|
||||||
add_subdirectory(libcotp)
|
add_subdirectory(libcotp)
|
||||||
|
|
||||||
include(FetchContent)
|
find_package(Corrosion REQUIRED)
|
||||||
|
|
||||||
FetchContent_Declare(
|
include(FetchContent)
|
||||||
Corrosion
|
|
||||||
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
|
|
||||||
GIT_TAG v0.4.2
|
|
||||||
)
|
|
||||||
FetchContent_MakeAvailable(Corrosion)
|
|
||||||
|
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
libphysis
|
libphysis
|
||||||
|
|
Loading…
Add table
Reference in a new issue