mirror of
https://github.com/mkxp-z/mkxp-z.git
synced 2025-09-10 12:02:53 +02:00
Move embedtool.cpp into tools directory
This commit is contained in:
parent
3625ab9989
commit
8277390e13
3 changed files with 2 additions and 3 deletions
|
@ -111,9 +111,7 @@ endif
|
|||
global_args += '-DMKXPZ_INIT_GL_LATER'
|
||||
|
||||
subdir('src')
|
||||
|
||||
embedtool = executable('embedtool', sources: 'embedtool.cpp', native: true, override_options: ['buildtype=release', 'b_coverage=false', 'b_lto=false', 'b_ndebug=false', 'b_pgo=off', 'b_sanitize=none'])
|
||||
|
||||
subdir('tools')
|
||||
subdir('binding')
|
||||
subdir('shader')
|
||||
subdir('assets')
|
||||
|
|
1
tools/meson.build
Normal file
1
tools/meson.build
Normal file
|
@ -0,0 +1 @@
|
|||
embedtool = executable('embedtool', sources: 'embedtool.cpp', native: true, override_options: ['buildtype=release', 'b_coverage=false', 'b_lto=false', 'b_ndebug=false', 'b_pgo=off', 'b_sanitize=none'])
|
Loading…
Add table
Reference in a new issue