summaryrefslogtreecommitdiffstats
path: root/Tools/ImageDiff/PlatformEfl.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'Tools/ImageDiff/PlatformEfl.cmake')
-rw-r--r--Tools/ImageDiff/PlatformEfl.cmake19
1 files changed, 0 insertions, 19 deletions
diff --git a/Tools/ImageDiff/PlatformEfl.cmake b/Tools/ImageDiff/PlatformEfl.cmake
deleted file mode 100644
index 68b444428..000000000
--- a/Tools/ImageDiff/PlatformEfl.cmake
+++ /dev/null
@@ -1,19 +0,0 @@
-set(IMAGE_DIFF_SOURCES
- ${IMAGE_DIFF_DIR}/efl/ImageDiff.cpp
-)
-
-list(APPEND IMAGE_DIFF_INCLUDE_DIRECTORIES
- ${ECORE_EVAS_INCLUDE_DIRS}
- ${ECORE_INCLUDE_DIRS}
- ${EINA_INCLUDE_DIRS}
- ${EO_INCLUDE_DIRS}
- ${EVAS_INCLUDE_DIRS}
-)
-
-list(APPEND IMAGE_DIFF_LIBRARIES
- ${ECORE_EVAS_LIBRARIES}
- ${ECORE_LIBRARIES}
- ${EINA_LIBRARIES}
- ${EO_LIBRARIES}
- ${EVAS_LIBRARIES}
-)