From 908e17ee1f85472237aae329f8605a985841a4e8 Mon Sep 17 00:00:00 2001 From: Andrew Opalach Date: Thu, 21 Jul 2022 22:02:57 -0400 Subject: temporary fix for new assets, major cleanup --- subprojects/s3tc-dxt-decompression/meson.build | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'subprojects') diff --git a/subprojects/s3tc-dxt-decompression/meson.build b/subprojects/s3tc-dxt-decompression/meson.build index 21937e8..07f4fd0 100644 --- a/subprojects/s3tc-dxt-decompression/meson.build +++ b/subprojects/s3tc-dxt-decompression/meson.build @@ -1,4 +1,8 @@ -project('s3tc', 'c') +project('s3tc', 'cpp') + +if host_machine.system() == 'linux' + add_project_arguments('-Wno-unused-variable', language : 'cpp') +endif s3tc_inc = include_directories('.') -- cgit v1.2.3-101-g0448