Move subprojects to 'subprojects' directory

This commit is contained in:
Nomura 2023-07-31 21:49:41 +02:00 committed by mid-kid
parent d041234515
commit 8fd523cb43
1690 changed files with 4 additions and 5 deletions

View File

@ -1,2 +0,0 @@
subdir('libgds')
subdir('libspl')

2
lib/meson.build Normal file
View File

@ -0,0 +1,2 @@
subdir('gds')
subdir('spl')

View File

@ -1,5 +1,4 @@
project('pokeplatinum', ['c', 'cpp', 'nasm'],
subproject_dir: 'lib/external',
version: '1.0',
meson_version: '>=1.2.0',
default_options : [
@ -92,7 +91,7 @@ libsyscall_dep = dependency('libsyscall', fallback : ['libsyscall', 'libsyscal
############################################################
### INTERNAL LIBRARIES ###
############################################################
subdir('lib/internal')
subdir('lib')
############################################################

Some files were not shown because too many files have changed in this diff Show More