mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-25 13:17:46 +00:00
Remove libxiv
It's now not used by any tooling, so let's remove it now.
This commit is contained in:
parent
aee4921eb3
commit
810a3eede3
1 changed files with 6 additions and 8 deletions
14
extern/CMakeLists.txt
vendored
14
extern/CMakeLists.txt
vendored
|
@ -6,15 +6,13 @@ FetchContent_Declare(
|
|||
|
||||
FetchContent_MakeAvailable(Corrosion)
|
||||
|
||||
#FetchContent_Declare(
|
||||
# libphysis
|
||||
# GIT_REPOSITORY https://git.sr.ht/~redstrate/libphysis
|
||||
# GIT_TAG 0.1.3
|
||||
#)
|
||||
FetchContent_Declare(
|
||||
libphysis
|
||||
GIT_REPOSITORY https://git.sr.ht/~redstrate/libphysis
|
||||
GIT_TAG 0.1.3
|
||||
)
|
||||
|
||||
#FetchContent_MakeAvailable(libphysis)
|
||||
|
||||
set(libphysis_SOURCE_DIR /home/josh/Development/libphysis)
|
||||
FetchContent_MakeAvailable(libphysis)
|
||||
|
||||
corrosion_import_crate(MANIFEST_PATH ${libphysis_SOURCE_DIR}/Cargo.toml)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue