mirror of https://github.com/AxioDL/metaforce.git
Remove LogVisor (it's in extern/libBoo anyway)
This commit is contained in:
parent
e0cff83a41
commit
7606bf840f
|
@ -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
|
||||||
|
|
|
@ -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 +0,0 @@
|
||||||
Subproject commit 4c2442df2d800fc25339d3d301d7d3691da7bafb
|
|
Loading…
Reference in New Issue