mirror of
https://github.com/pret/pokeplatinum.git
synced 2026-04-26 08:41:27 -05:00
Move subprojects to 'subprojects' directory
This commit is contained in:
parent
d041234515
commit
8fd523cb43
|
|
@ -1,2 +0,0 @@
|
||||||
subdir('libgds')
|
|
||||||
subdir('libspl')
|
|
||||||
2
lib/meson.build
Normal file
2
lib/meson.build
Normal file
|
|
@ -0,0 +1,2 @@
|
||||||
|
subdir('gds')
|
||||||
|
subdir('spl')
|
||||||
|
|
@ -1,5 +1,4 @@
|
||||||
project('pokeplatinum', ['c', 'cpp', 'nasm'],
|
project('pokeplatinum', ['c', 'cpp', 'nasm'],
|
||||||
subproject_dir: 'lib/external',
|
|
||||||
version: '1.0',
|
version: '1.0',
|
||||||
meson_version: '>=1.2.0',
|
meson_version: '>=1.2.0',
|
||||||
default_options : [
|
default_options : [
|
||||||
|
|
@ -92,7 +91,7 @@ libsyscall_dep = dependency('libsyscall', fallback : ['libsyscall', 'libsyscal
|
||||||
############################################################
|
############################################################
|
||||||
### INTERNAL LIBRARIES ###
|
### INTERNAL LIBRARIES ###
|
||||||
############################################################
|
############################################################
|
||||||
subdir('lib/internal')
|
subdir('lib')
|
||||||
|
|
||||||
|
|
||||||
############################################################
|
############################################################
|
||||||
|
|
|
||||||
Some files were not shown because too many files have changed in this diff Show More
Loading…
Reference in New Issue
Block a user