diff options
| author | 2022-07-21 22:02:57 -0400 | |
|---|---|---|
| committer | 2022-07-21 22:02:57 -0400 | |
| commit | 908e17ee1f85472237aae329f8605a985841a4e8 (patch) | |
| tree | 860564f2856af5c7cacdde3e1c40066c362dea19 /subprojects/s3tc-dxt-decompression | |
| parent | 61794ae259000f1d0e463577d750f9d5ea45ac71 (diff) | |
| download | mauri-908e17ee1f85472237aae329f8605a985841a4e8.tar.gz mauri-908e17ee1f85472237aae329f8605a985841a4e8.tar.bz2 mauri-908e17ee1f85472237aae329f8605a985841a4e8.zip | |
temporary fix for new assets, major cleanup
Diffstat (limited to 'subprojects/s3tc-dxt-decompression')
| -rw-r--r-- | subprojects/s3tc-dxt-decompression/meson.build | 6 |
1 files changed, 5 insertions, 1 deletions
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('.') |