2022-06-13 03:22:52 +00:00
|
|
|
inih = subproject('inih_dep')
|
2022-12-24 03:04:04 +00:00
|
|
|
cimgui = subproject('cimgui_dep', default_options: ['win32=enabled', 'dx9=enabled'])
|
2022-06-13 03:22:52 +00:00
|
|
|
|
|
|
|
libs_dir = meson.current_source_dir()
|
2023-01-21 18:51:13 +00:00
|
|
|
|
|
|
|
incdir = [
|
|
|
|
include_directories('micetools'),
|
|
|
|
]
|
|
|
|
|
2022-06-13 03:22:52 +00:00
|
|
|
subdir('micetools')
|