Move external libraries from src/ to lib/

This commit is contained in:
InvisibleUp 2023-09-23 14:51:26 -07:00
parent 3043ebe21e
commit a99f8d9fbf
4 changed files with 4 additions and 4 deletions

4
.gitmodules vendored
View File

@ -1,6 +1,6 @@
[submodule "src/incbin"]
path = src/incbin
path = lib/incbin
url = https://github.com/graphitemaster/incbin
[submodule "src/tomlc99"]
path = src/tomlc99
path = lib/tomlc99
url = https://github.com/cktan/tomlc99

View File

@ -78,7 +78,6 @@ else
endif
# Hardware libraries
HW_SRC = {
'ADB': [
'src/HW/ADB/ADBEMDEV.c'
@ -177,12 +176,13 @@ EMU_SRC = [
'src/PATCHES/ROMEMDEV.c',
'src/UTIL/DATE2SEC.c',
'src/LANG/INTLCHAR.c',
'src/tomlc99/toml.c'
'lib/tomlc99/toml.c',
]
EMU_INC = include_directories([
'cfg/',
'src/',
'lib/'
])
## Final compiled program definition