1
0
Fork 0
mirror of https://github.com/HamletDuFromage/aio-switch-updater.git synced 2024-09-18 21:13:38 +01:00

Added libraries as submodules

This commit is contained in:
flb 2020-09-22 23:29:05 +02:00
parent 47e2df4c77
commit a21bcf3320
4 changed files with 10 additions and 2 deletions

6
.gitmodules vendored Normal file
View file

@ -0,0 +1,6 @@
[submodule "lib/zipper"]
path = lib/zipper
url = https://github.com/HamletDuFromage/zipper
[submodule "lib/borealis"]
path = lib/borealis
url = https://github.com/natinusala/borealis

View file

@ -39,10 +39,10 @@ include $(DEVKITPRO)/libnx/switch_rules
#---------------------------------------------------------------------------------
TARGET := $(notdir $(CURDIR))
BUILD := build
SOURCES := source lib/minizip/source
SOURCES := source lib/zipper/source
RESOURCES := resources
DATA := data
INCLUDES := include lib/minizip/include
INCLUDES := include lib/zipper/include
APP_TITLE := All-in-One Switch Updater
APP_AUTHOR := HamletDuFromage
APP_VERSION := 1.1.1

1
lib/borealis Submodule

@ -0,0 +1 @@
Subproject commit b7092fd66c6ee96bf59c50eb6afb4ead723af8ea

1
lib/zipper Submodule

@ -0,0 +1 @@
Subproject commit 29f02751f063c2440d363f2049b0b59f5b330b20