2022-06-13 03:22:52 +00:00
|
|
|
inih = subproject('inih_dep')
|
2023-07-07 11:58:55 +00:00
|
|
|
detours = subproject('detours')
|
2023-02-14 07:09:08 +00:00
|
|
|
cimgui = subproject('cimgui_dep', default_options: [
|
|
|
|
'win32=enabled',
|
|
|
|
'dx9=enabled',
|
|
|
|
'glut=enabled',
|
|
|
|
'opengl3=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')
|