mirror of
https://github.com/redstrate/Novus.git
synced 2025-04-24 21:07: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
05dfd81581
commit
aee4921eb3
4 changed files with 10 additions and 13 deletions
3
.gitmodules
vendored
3
.gitmodules
vendored
|
@ -1,3 +0,0 @@
|
||||||
[submodule "libxiv"]
|
|
||||||
path = libxiv
|
|
||||||
url = ../libxiv
|
|
|
@ -1,3 +1,4 @@
|
||||||
|
cmake_minimum_required(VERSION 3.25)
|
||||||
project(Novus)
|
project(Novus)
|
||||||
|
|
||||||
set(CMAKE_AUTOMOC ON)
|
set(CMAKE_AUTOMOC ON)
|
||||||
|
@ -6,8 +7,6 @@ set(CMAKE_CXX_STANDARD 17)
|
||||||
|
|
||||||
find_package(Qt5 COMPONENTS Core Widgets CONFIG REQUIRED)
|
find_package(Qt5 COMPONENTS Core Widgets CONFIG REQUIRED)
|
||||||
|
|
||||||
add_subdirectory(libxiv)
|
|
||||||
|
|
||||||
include(FetchContent)
|
include(FetchContent)
|
||||||
|
|
||||||
add_subdirectory(extern)
|
add_subdirectory(extern)
|
||||||
|
|
16
extern/CMakeLists.txt
vendored
16
extern/CMakeLists.txt
vendored
|
@ -1,18 +1,20 @@
|
||||||
FetchContent_Declare(
|
FetchContent_Declare(
|
||||||
Corrosion
|
Corrosion
|
||||||
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
|
GIT_REPOSITORY https://github.com/corrosion-rs/corrosion.git
|
||||||
GIT_TAG v0.2.2
|
GIT_TAG v0.3.5
|
||||||
)
|
)
|
||||||
|
|
||||||
FetchContent_MakeAvailable(Corrosion)
|
FetchContent_MakeAvailable(Corrosion)
|
||||||
|
|
||||||
FetchContent_Declare(
|
#FetchContent_Declare(
|
||||||
libphysis
|
# libphysis
|
||||||
GIT_REPOSITORY https://git.sr.ht/~redstrate/libphysis
|
# GIT_REPOSITORY https://git.sr.ht/~redstrate/libphysis
|
||||||
GIT_TAG 0.1.1
|
# GIT_TAG 0.1.3
|
||||||
)
|
#)
|
||||||
|
|
||||||
FetchContent_MakeAvailable(libphysis)
|
#FetchContent_MakeAvailable(libphysis)
|
||||||
|
|
||||||
|
set(libphysis_SOURCE_DIR /home/josh/Development/libphysis)
|
||||||
|
|
||||||
corrosion_import_crate(MANIFEST_PATH ${libphysis_SOURCE_DIR}/Cargo.toml)
|
corrosion_import_crate(MANIFEST_PATH ${libphysis_SOURCE_DIR}/Cargo.toml)
|
||||||
|
|
||||||
|
|
1
libxiv
1
libxiv
|
@ -1 +0,0 @@
|
||||||
Subproject commit 0860547c54368ab135f6c189d134501635b20b06
|
|
Loading…
Add table
Reference in a new issue