Add c as target languages to support hsluv lib

This commit is contained in:
Stepland 2022-12-26 23:05:21 +01:00
parent f972e95c57
commit a0be5cec0e

View File

@ -1,6 +1,6 @@
project(
'F.E.I.S',
'cpp',
'cpp', 'c',
meson_version : '>=0.62.0',
version : '2.0.0-alpha',
default_options : ['cpp_std=c++20'],