micetools/src/meson.build

11 lines
227 B
Meson
Raw Normal View History

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()
incdir = [
include_directories('micetools'),
]
2022-06-13 03:22:52 +00:00
subdir('micetools')