Index: cmake/CMakeLists.txt |
diff --git a/cmake/CMakeLists.txt b/cmake/CMakeLists.txt |
index 9fc4ea5a427cdd9240045ea2f9c058d2eeeec2c2..b375e59f453731ef58a1fc70ad12f04c0f58729f 100644 |
--- a/cmake/CMakeLists.txt |
+++ b/cmake/CMakeLists.txt |
@@ -200,7 +200,6 @@ if (PNG_FOUND) |
add_definitions(-DSK_CODEC_DECODES_PNG) |
else() |
remove_srcs(../src/images/*png*) |
- remove_srcs(../src/images/*ico*) |
remove_srcs(../src/codec/*Png*) |
remove_srcs(../src/codec/*Ico*) |
endif() |