micetools/src/meson.build

17 lines
313 B
Meson
Raw Normal View History

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