diff --git a/meson.build b/meson.build index 0921673f..91eaf94e 100644 --- a/meson.build +++ b/meson.build @@ -7,7 +7,6 @@ # [--layout=flat] \ (useful for distribution and Windows DLL tests) # [--b_sanitize=whatever] # It turns out that I wouldn't really need any custom options; go figure. -# MESONTODO I'm not sure how to allow building 32-bit instead of 64-bit with meson. # MESONTODO figure out why test and examples aren't included in ninja all # MESONTODO "cl : Command line warning D9038 : /ZI is not supported on this platform; enabling /Zi instead" # MESONTODOs from cmake; not sure if they're relevant here: @@ -16,6 +15,8 @@ # - debian DESTDIR? https://github.com/andlabs/libui/pull/10 # - disable incremental linking? I forget if meson already doesn't do this or not; we did it manually in cmake +# TODO I'm not sure how to allow building 32-bit instead of 64-bit with meson + # we have to specify C++ here even if we're not using C++ immediately because otherwise none of the C++ built-in options are available (sigh; MESONTODO) project('libui', ['c', 'cpp'], meson_version: '>=0.48.0',