diff options
author | Andrei Karas <akaras@inbox.ru> | 2016-12-21 20:09:30 +0300 |
---|---|---|
committer | Andrei Karas <akaras@inbox.ru> | 2016-12-21 20:09:30 +0300 |
commit | 68f98656ff06ac491e4f233f8a77b4a08fd4f87e (patch) | |
tree | 52e3a165da2c39b80a110bc02cb10fefe88a77cd /src/CMakeLists.txt | |
parent | 076ce7dd10a687134b949f9509d886609607ec67 (diff) | |
download | mv-68f98656ff06ac491e4f233f8a77b4a08fd4f87e.tar.gz mv-68f98656ff06ac491e4f233f8a77b4a08fd4f87e.tar.bz2 mv-68f98656ff06ac491e4f233f8a77b4a08fd4f87e.tar.xz mv-68f98656ff06ac491e4f233f8a77b4a08fd4f87e.zip |
Add simd function for dye replaceacolor (Software).
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r-- | src/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt index 97802e33d..efc8b17f5 100644 --- a/src/CMakeLists.txt +++ b/src/CMakeLists.txt @@ -643,6 +643,7 @@ SET(SRCS resources/dye/dyecolor.h resources/dye/dyepalette.cpp resources/dye/dyepalette.h + resources/dye/dyepalette_replaceacolor.cpp resources/dye/dyepalette_replacescolor.cpp resources/dye/dyepalette_replacesoglcolor.cpp resources/effectdescription.h |