mirror of
https://github.com/AxioDL/metaforce.git
synced 2025-08-11 02:19:07 +00:00
Remove LogVisor (it's in extern/libBoo anyway)
This commit is contained in:
parent
e0cff83a41
commit
7606bf840f
3
hecl/.gitmodules
vendored
3
hecl/.gitmodules
vendored
@ -4,9 +4,6 @@
|
|||||||
[submodule "extern/libSquish"]
|
[submodule "extern/libSquish"]
|
||||||
path = extern/libSquish
|
path = extern/libSquish
|
||||||
url = https://github.com/jackoalan/libSquish.git
|
url = https://github.com/jackoalan/libSquish.git
|
||||||
[submodule "extern/LogVisor"]
|
|
||||||
path = extern/LogVisor
|
|
||||||
url = https://github.com/AxioDL/LogVisor.git
|
|
||||||
[submodule "extern/libBoo"]
|
[submodule "extern/libBoo"]
|
||||||
path = extern/libBoo
|
path = extern/libBoo
|
||||||
url = https://github.com/AxioDL/libBoo.git
|
url = https://github.com/AxioDL/libBoo.git
|
||||||
|
3
hecl/extern/CMakeLists.txt
vendored
3
hecl/extern/CMakeLists.txt
vendored
@ -6,8 +6,5 @@ endif()
|
|||||||
|
|
||||||
add_subdirectory(libSquish)
|
add_subdirectory(libSquish)
|
||||||
add_subdirectory(xxhash)
|
add_subdirectory(xxhash)
|
||||||
if (NOT TARGET LogVisor)
|
|
||||||
add_subdirectory(LogVisor)
|
|
||||||
endif()
|
|
||||||
add_subdirectory(Athena)
|
add_subdirectory(Athena)
|
||||||
add_subdirectory(libpng)
|
add_subdirectory(libpng)
|
||||||
|
1
hecl/extern/LogVisor
vendored
1
hecl/extern/LogVisor
vendored
@ -1 +0,0 @@
|
|||||||
Subproject commit 4c2442df2d800fc25339d3d301d7d3691da7bafb
|
|
Loading…
x
Reference in New Issue
Block a user