1
Fork 0
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:
Joshua Goins 2023-09-22 20:12:16 -04:00
parent 1cbfc17c1a
commit a486af037f

View file

@ -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