mirror of
https://github.com/djhackersdev/saltytools.git
synced 2026-04-25 16:07:16 -05:00
15 lines
329 B
Meson
15 lines
329 B
Meson
project('saltytools', 'c', version: '0.1.0')
|
|
|
|
libpng_dep = dependency('libpng', fallback: ['libpng', 'libpng_dep'])
|
|
openssl_dep = dependency('openssl', fallback: ['openssl', 'openssl_dep'])
|
|
|
|
inc = include_directories('.')
|
|
|
|
subdir('573file')
|
|
subdir('picture')
|
|
subdir('util')
|
|
|
|
subdir('ifsdump')
|
|
subdir('texdump')
|
|
subdir('xmldump')
|