summaryrefslogtreecommitdiff
path: root/Meta/CMake
diff options
context:
space:
mode:
authorstelar7 <dudedbz@gmail.com>2021-05-15 17:02:40 +0200
committerLinus Groh <mail@linusgroh.de>2021-05-18 08:45:53 +0100
commit24c5b0e81c6902907d708f862e54d40f5248973e (patch)
tree9db626adda893f052e3d35417f5a5b45b55b597c /Meta/CMake
parent9f42ccd6399d604a49a36cdf91a4221b85f0d138 (diff)
downloadserenity-24c5b0e81c6902907d708f862e54d40f5248973e.zip
LibGfx: Add support for DDS images
Diffstat (limited to 'Meta/CMake')
-rw-r--r--Meta/CMake/all_the_debug_macros.cmake1
1 files changed, 1 insertions, 0 deletions
diff --git a/Meta/CMake/all_the_debug_macros.cmake b/Meta/CMake/all_the_debug_macros.cmake
index e89e4d1962..caf4655dcc 100644
--- a/Meta/CMake/all_the_debug_macros.cmake
+++ b/Meta/CMake/all_the_debug_macros.cmake
@@ -182,6 +182,7 @@ set(WASM_BINPARSER_DEBUG ON)
set(WASM_TRACE_DEBUG ON)
set(PDF_DEBUG ON)
set(SOLITAIRE_DEBUG ON)
+set(DDS_DEBUG ON)
# False positive: DEBUG is a flag but it works differently.
# set(DEBUG ON)