git://git.webkit.org
/
WebKit-https.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
68b444428f59b56b6b4bca0e08ab28510125d47d
[WebKit-https.git]
/
Tools
/
ImageDiff
/
PlatformEfl.cmake
1
set(IMAGE_DIFF_SOURCES
2
${IMAGE_DIFF_DIR}/efl/ImageDiff.cpp
3
)
4
5
list(APPEND IMAGE_DIFF_INCLUDE_DIRECTORIES
6
${ECORE_EVAS_INCLUDE_DIRS}
7
${ECORE_INCLUDE_DIRS}
8
${EINA_INCLUDE_DIRS}
9
${EO_INCLUDE_DIRS}
10
${EVAS_INCLUDE_DIRS}
11
)
12
13
list(APPEND IMAGE_DIFF_LIBRARIES
14
${ECORE_EVAS_LIBRARIES}
15
${ECORE_LIBRARIES}
16
${EINA_LIBRARIES}
17
${EO_LIBRARIES}
18
${EVAS_LIBRARIES}
19
)