diff options
| author | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2024-10-25 21:08:26 +0300 |
|---|---|---|
| committer | Vasile Vilvoiu <vasi@vilvoiu.ro> | 2024-10-25 21:08:26 +0300 |
| commit | ca25e0d2b7dc9d5a06be22b9b02747209abb04a3 (patch) | |
| tree | c554af0e5018dcdb377d62364f4c0a490f478565 | |
| parent | 9f47264c6e615c27ec9e6769b4db013f8b7d0bab (diff) | |
Set ImageMagick definitions in makefile.
| -rw-r--r-- | CMakeLists.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index ceee308..cc4201f 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -60,6 +60,8 @@ install (TARGETS ${PROJECT_NAME}_static) # Tools (C++ compiler) if (BUILD_TOOLS) # Dependencies + add_definitions(-DMAGICKCORE_QUANTUM_DEPTH=16) + add_definitions(-DMAGICKCORE_HDRI_ENABLE=0) find_library(SNDFILE sndfile) find_package(ImageMagick COMPONENTS Magick++) |
